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:
parent
85a875bbfe
commit
ebc2b821be
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user