mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 16:23:36 -05:00
Only show toolbar if the job list is not empty.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
</smart-search>
|
||||
</div>
|
||||
<at-list-toolbar
|
||||
ng-if="vm.jobs.length > 0"
|
||||
sort-only="false"
|
||||
on-collapse="vm.onCollapse"
|
||||
on-expand="vm.onExpand"
|
||||
|
||||
Reference in New Issue
Block a user