Only show toolbar if the job list is not empty.

This commit is contained in:
Kia Lam
2019-01-23 16:08:41 -05:00
parent 85a875bbfe
commit ebc2b821be

View File

@@ -14,6 +14,7 @@
</smart-search> </smart-search>
</div> </div>
<at-list-toolbar <at-list-toolbar
ng-if="vm.jobs.length > 0"
sort-only="false" sort-only="false"
on-collapse="vm.onCollapse" on-collapse="vm.onCollapse"
on-expand="vm.onExpand" on-expand="vm.onExpand"