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:
Lenz Grimmer 2018-05-23 14:49:07 +02:00 committed by GitHub
commit bcc9b18fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 --