mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 08:21:49 -05:00
Display Tower instance group as read-only
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user