]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Improve 'no pool' message on rbd form 22150/head
authorRicardo Marques <rimarques@suse.com>
Tue, 22 May 2018 10:32:29 +0000 (11:32 +0100)
committerRicardo Marques <rimarques@suse.com>
Tue, 22 May 2018 10:32:29 +0000 (11:32 +0100)
Signed-off-by: Ricardo Marques <rimarques@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html

index 538468306fd6fccd5602991ff7c931d7b69d5092..5fc0f3f2d3164ec793f25e80a93979dd54119def 100644 (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 --