hide the binds ui for this release

This commit is contained in:
Girish Ramakrishnan
2020-05-14 11:56:38 -07:00
parent 7088e6682b
commit 4871d5df9d

View File

@@ -767,7 +767,8 @@
</div>
<hr/>
<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="{{ config.webServerOrigin }}/documentation/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>
@@ -798,7 +799,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