1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

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>
</div>
<at-list-toolbar
ng-if="vm.jobs.length > 0"
sort-only="false"
on-collapse="vm.onCollapse"
on-expand="vm.onExpand"