center backup actions
This commit is contained in:
@@ -1400,7 +1400,7 @@
|
||||
<th width="25px"> </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>
|
||||
|
||||
Reference in New Issue
Block a user