mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Show verbosity on prompt preview tab
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<div class="Prompt-previewRowTitle">{{:: vm.strings.get('prompt.LIMIT') }}</div>
|
<div class="Prompt-previewRowTitle">{{:: vm.strings.get('prompt.LIMIT') }}</div>
|
||||||
<div class="Prompt-previewRowValue" ng-bind="promptData.prompts.limit.value"></div>
|
<div class="Prompt-previewRowValue" ng-bind="promptData.prompts.limit.value"></div>
|
||||||
</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-previewRowTitle">{{:: vm.strings.get('prompt.VERBOSITY') }}</div>
|
||||||
<div class="Prompt-previewRowValue" ng-bind="promptData.prompts.verbosity.value.label"></div>
|
<div class="Prompt-previewRowValue" ng-bind="promptData.prompts.verbosity.value.label"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user