mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
mgr/dashboard: Improve 'no pool' message on rbd form
Signed-off-by: Ricardo Marques <rimarques@suse.com>
This commit is contained in:
parent
03614c99db
commit
4c2368a801
@ -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 --
|
||||
|
Loading…
Reference in New Issue
Block a user