ui: Make the Rules readonly when creating ServiceIdentities (#5784)
Skipped test added for nagging for the moment
This commit is contained in:
parent
7554497806
commit
54548d5ffd
|
@ -36,7 +36,7 @@
|
|||
<strong>{{item.error.Rules.validation}}</strong>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
{{#code-editor name=(concat name '[Rules]') syntax='hcl' oninput=(action 'change' (concat name '[Rules]'))}}
|
||||
{{#code-editor readonly=true name=(concat name '[Rules]') syntax='hcl' oninput=(action 'change' (concat name '[Rules]'))}}
|
||||
{{~component 'service-identity' name=item.Name~}}
|
||||
{{/code-editor}}
|
||||
{{/if}}
|
||||
|
|
|
@ -77,3 +77,6 @@ Feature: dc / acls / policies / as many / add new: Add new policy
|
|||
| token |
|
||||
| role |
|
||||
-------------
|
||||
@ignore
|
||||
Scenario: Make sure the Service Identity Rules are readonly
|
||||
Then ok
|
||||
|
|
Loading…
Reference in New Issue