show license error details

This commit is contained in:
Jake McDermott
2018-05-09 19:38:51 -04:00
parent 4355b30afe
commit e19ffc1fba
2 changed files with 20 additions and 0 deletions

View File

@@ -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>