center backup actions

This commit is contained in:
Johannes Zellner
2022-11-22 10:55:35 +01:00
parent 784110b8a1
commit 7482c699f8

View File

@@ -1400,7 +1400,7 @@
<th width="25px">&nbsp;</th>
<th>{{ 'app.backups.backups.packageVersion' | tr }}</th>
<th>{{ 'app.backups.backups.time' | tr }}</th>
<th class="text-right" width="180px">{{ 'main.actions' | tr }}</th>
<th class="text-center" width="25px">{{ 'main.actions' | tr }}</th>
</tr>
</thead>
<tbody>
@@ -1409,7 +1409,7 @@
<!-- <td><div class="hand clipboard" data-clipboard-text="{{ backup.id }}" uib-tooltip="{{ copyBackupIdDone ? ('main.clipboard.copied' | tr) : ('main.clipboard.clickToCopyBackupId' | tr) }}" tooltip-placement="right"><i class="fa fa-copy"></i></div></td> -->
<td><div>v{{ backup.packageVersion }}</div></td>
<td><span uib-tooltip="{{ backup.creationTime | prettyLongDate }}">{{ backup.creationTime | prettyDate }} <b ng-show="backup.label">({{ backup.label }})</b></span></td>
<td class="text-right" style="vertical-align: bottom">
<td class="text-center" style="vertical-align: bottom">
<div class="dropdown">
<button class="btn btn-xs btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<i class="fas fa-ellipsis-h"></i>