move volume description from apps to volumes view

This commit is contained in:
Girish Ramakrishnan
2020-11-23 17:10:40 -08:00
parent dcecd166d0
commit 786a1d0c2a
3 changed files with 10 additions and 9 deletions
+1 -3
View File
@@ -737,9 +737,7 @@
<hr>
<div class="form-group mounts">
<label class="control-label">{{ 'app.storage.mounts.title' | tr }} <sup><a ng-href="https://docs.cloudron.io/apps/#volumes" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<p ng-bind-html="'app.storage.mounts.description' | tr"></p>
<p class="text-warning text-bold" ng-bind-html="'app.storage.mounts.warning' | tr"></p>
<label class="control-label">{{ 'app.storage.mounts.title' | tr }} <sup><a ng-href="https://docs.cloudron.io/apps/#mounts" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<div class="has-error" ng-show="storage.error.mounts">{{ storage.error.mounts }}</div>
<table class="table table-hover" style="margin-top: 10px;" ng-show="storage.mounts.length > 0">