Display Tower instance group as read-only

This commit is contained in:
Marliana Lara
2018-04-11 16:40:46 -04:00
parent a2cc357f21
commit 05415da3f9
8 changed files with 22 additions and 5 deletions

View File

@@ -21,7 +21,8 @@
ng-disabled="state._disabled || form.disabled">
<span class="form-control Form-textInput Form-textInput--variableHeight LabelList-lookupTags"
ng-if="state._lookupTags">
ng-if="state._lookupTags"
ng-disabled="state._disabled || form.disabled">
<div class="LabelList-tagContainer" ng-repeat="tag in state._value track by $index">
<div class="LabelList-tag LabelList-tag--deletable">
<span ng-if="tag.hostname" class="LabelList-name">{{ tag.hostname }}</span>