mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
Merge pull request #22150 from ricardoasmarques/wip-improve-no-pools-message
mgr/dashboard: Improve 'no pool' message on rbd form Reviewed-by: Kanika Murarka <murarkakanika@gmail.com>
This commit is contained in:
commit
bcc9b18fe5
@ -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