|
|
@@ -22,10 +22,10 @@
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
- <div class="container">
|
|
|
+ <div class="container" style="margin-top: 1em">
|
|
|
<h1>Backup-Übersicht am {{ today }}</h1>
|
|
|
- <h3>/var/lib/restic/snapshots.json vom {{ tmp_restic_json_date }}</h3>
|
|
|
- <h4>{{ tmp_restic_forget_date }}</h4>
|
|
|
+ <h5 style="margin-top: 0.85em">snapshots.json vom {{ tmp_restic_json_date }}</h3>
|
|
|
+ <h5>{{ tmp_restic_forget_date }}</h4>
|
|
|
<br>
|
|
|
<!-- <table id="lastbackup" data-toggle="table" data-striped="true"> -->
|
|
|
<table id="lastbackup" class="bootstrap-table fixed-table-container table">
|