mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Only show toolbar if the job list is not empty.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user