Fix : button not diabled if host available on another pool

This commit is contained in:
Pierre
2015-10-08 16:03:08 +02:00
parent 76cf82bb19
commit 82e7e06dc4

View File

@@ -287,7 +287,7 @@
i.fa.fa-share.fa-2x.fa-fw
span.caret
button.btn.dropdown-toggle(
ng-if = 'canAdmin() && (hostsByPool[pool.id] | count)>1'
ng-if = 'canAdmin() && (hosts | count)>1'
dropdown-toggle
tooltip="Migrate VM"
type="button"