mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Show verbosity on prompt preview tab
This commit is contained in:
parent
7a281cefed
commit
5848a61238
@ -32,7 +32,7 @@
|
||||
<div class="Prompt-previewRowTitle">{{:: vm.strings.get('prompt.LIMIT') }}</div>
|
||||
<div class="Prompt-previewRowValue" ng-bind="promptData.prompts.limit.value"></div>
|
||||
</div>
|
||||
<div class="Prompt-previewRow--flex" ng-if="promptData.prompts.inventory.value.label">
|
||||
<div class="Prompt-previewRow--flex" ng-if="promptData.prompts.verbosity.value.label">
|
||||
<div class="Prompt-previewRowTitle">{{:: vm.strings.get('prompt.VERBOSITY') }}</div>
|
||||
<div class="Prompt-previewRowValue" ng-bind="promptData.prompts.verbosity.value.label"></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user