Allow updating expected codes on health monitor

Change-Id: Ibb2dc4d470792e2e076dff79f0b5546ff262b217
Story: 1713869
Task: 5373
This commit is contained in:
Jacky Hu 2017-09-26 18:39:07 -04:00
parent fe0fe1f535
commit 3e2a5db954
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@
ng-class="{ 'has-error': monitorDetailsForm.status.$invalid && monitorDetailsForm.status.$dirty }">
<label translate class="control-label" for="status">Expected status codes</label>
<input name="status" id="status" type="text" class="form-control"
ng-model="model.spec.monitor.status" ng-pattern="::ctrl.statusPattern"
ng-disabled="model.context.id">
ng-model="model.spec.monitor.status" ng-pattern="::ctrl.statusPattern">
<span class="help-block" ng-show="monitorDetailsForm.status.$invalid && monitorDetailsForm.status.$dirty">
{$ ::ctrl.statusError $}
</span>