show inventory source details

This commit is contained in:
Jake McDermott
2018-05-09 19:07:23 -04:00
parent b030cdcd40
commit 43ea72e278
2 changed files with 23 additions and 0 deletions

View File

@@ -220,6 +220,14 @@
</div>
</div>
<!-- INVENTORY SOURCE DETAIL -->
<div class="JobResults-resultRow" ng-show="vm.inventorySource">
<label class="JobResults-resultRowLabel">{{ vm.inventorySource.label }}</label>
<div class="JobResults-resultRowText">
{{ vm.inventorySource.value }}
</div>
</div>
<!-- FORKS DETAIL -->
<div class="JobResults-resultRow" ng-if="vm.forks">
<label class="JobResults-resultRowLabel">{{ vm.forks.label }}</label>