Remove the "v" from the version
This commit is contained in:
@@ -694,7 +694,7 @@
|
||||
<tr ng-repeat="backup in backups.backups">
|
||||
<td><div ng-click="backups.copyBackupId(backup)" class="hand" uib-tooltip="{{ backups.copyBackupIdDone ? 'Copied to clipboard' : 'Click to copy backup id' }}" tooltip-placement="right"><i class="fa fa-copy"></i></div></td>
|
||||
<td>{{ backup.creationTime | prettyDate }}</td>
|
||||
<td>v{{ backup.version }}</td>
|
||||
<td>{{ backup.version }}</td>
|
||||
<td class="text-right no-wrap" style="vertical-align: bottom">
|
||||
<button class="btn btn-xs btn-default" ng-hide="backup.ackRestore" ng-click="clone.show(backup)" uib-tooltip="Clone from this Backup"><i class="far fa-clone"></i></button>
|
||||
<button class="btn btn-xs btn-danger" ng-hide="backup.ackRestore" ng-disabled="app.taskId" ng-click="backup.ackRestore = true" uib-tooltip="Restore to this Backup"><i class="fas fa-history"></i></button>
|
||||
|
||||
Reference in New Issue
Block a user