Revert "unhide the volume UI"

This reverts commit 68573ceb18.
This commit is contained in:
Girish Ramakrishnan
2020-10-05 12:47:18 -07:00
parent 589f19f370
commit 29d23c9dcc
+5 -3
View File
@@ -815,9 +815,10 @@
</div>
</div>
<hr>
<hr ng-hide="true"/>
<div class="form-group binds">
<!-- hidden for now until we find good use cases -->
<div class="form-group binds" ng-hide="true">
<label class="control-label">Binds <sup><a ng-href="https://docs.cloudron.io/apps/#volumes" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<div class="has-error" ng-show="resources.error.binds">{{ resources.error.binds }}</div>
@@ -848,7 +849,8 @@
</div>
</div>
<div class="row">
<!-- hidden for now until we find good use cases -->
<div class="row" ng-hide="true">
<div class="col-md-12 text-right">
<button class="btn btn-outline btn-primary pull-right" ng-click="resources.submitBinds()" ng-disabled="resources.busyBinds || app.error || app.taskId" tooltip-enable="app.error || app.taskId" uib-tooltip="{{ app.error ? 'App is in error state' : 'App is busy' }}">
<i class="fa fa-circle-notch fa-spin" ng-show="resources.busyBinds"></i> Save