hide the binds ui for this release
This commit is contained in:
@@ -767,7 +767,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr/>
|
<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>
|
<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>
|
<div class="has-error" ng-show="resources.error.binds">{{ resources.error.binds }}</div>
|
||||||
|
|
||||||
@@ -798,7 +799,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</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">
|
<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' }}">
|
<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
|
<i class="fa fa-circle-notch fa-spin" ng-show="resources.busyBinds"></i> Save
|
||||||
|
|||||||
Reference in New Issue
Block a user