mgr/dashboard: Improve 'no pool' message on rbd form

Signed-off-by: Ricardo Marques <rimarques@suse.com>
This commit is contained in:
Ricardo Marques 2018-05-22 11:32:29 +01:00
parent 03614c99db
commit 4c2368a801

View File

@ -81,7 +81,7 @@
[ngValue]="null">Loading...
</option>
<option *ngIf="pools !== null && pools.length === 0"
[ngValue]="null">-- No pools available --
[ngValue]="null">-- No rbd pools available --
</option>
<option *ngIf="pools !== null && pools.length > 0"
[ngValue]="null">-- Select a pool --