mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
show license error details
This commit is contained in:
@@ -84,6 +84,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- LICENSE ERROR DETAIL -->
|
||||
<div class="JobResults-resultRow" ng-show="vm.licenseError">
|
||||
<label class="JobResults-resultRowLabel">{{ vm.licenseError.label }}</label>
|
||||
<div class="JobResults-resultRowText">
|
||||
{{ vm.licenseError.value }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- START TIME DETAIL -->
|
||||
<div class="JobResults-resultRow" ng-if="vm.started">
|
||||
<label class="JobResults-resultRowLabel">{{ vm.started.label }}</label>
|
||||
|
||||
Reference in New Issue
Block a user