Add volume description and warning text

This commit is contained in:
Johannes Zellner
2020-11-23 11:53:20 +01:00
parent d885bfa93f
commit 3b7ec409e9
2 changed files with 5 additions and 1 deletions

View File

@@ -737,6 +737,8 @@
<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>
<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">