link to App Archive
This commit is contained in:
@@ -1739,7 +1739,7 @@
|
||||
<div class="row" ng-if="app.type !== APP_TYPES.PROXIED">
|
||||
<div class="col-md-12">
|
||||
<label class="control-label">{{ 'app.archive.title' | tr }}</label>
|
||||
<p>{{ 'app.archive.description' | tr }}</p>
|
||||
<p ng-bind-html="'app.archive.description' | tr"></p>
|
||||
<p class="text-bold text-success" ng-show="uninstall.latestBackup" ng-bind-html="'app.archive.latestBackupInfo' | tr:{ date: (uninstall.latestBackup.creationTime | prettyLongDate) }"></p>
|
||||
<p class="text-bold text-warning" ng-show="!uninstall.latestBackup" ng-bind-html="'app.archive.noBackup' | tr"></p>
|
||||
<button ng-disabled="!uninstall.latestBackup" class="btn btn-default pull-right" ng-click="uninstall.ask('archive')">{{ 'app.archive.action' | tr }}</button>
|
||||
|
||||
Reference in New Issue
Block a user