]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Force identifier for RBD datatable. 21497/head
authorVolker Theile <vtheile@suse.com>
Thu, 19 Apr 2018 07:31:38 +0000 (09:31 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 19 Apr 2018 07:31:38 +0000 (09:31 +0200)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html

index c568ae0cc6468147beb48585108f3a3285d02ad0..dbdd3f3d47292f9f060aa62b38e8bcf93fcbfb52 100644 (file)
@@ -15,7 +15,8 @@
 <cd-table [data]="images"
           columnMode="flex"
           [columns]="columns"
-          identifier="name"
+          identifier="id"
+          forceIdentifier="true"
           selectionType="single"
           (updateSelection)="updateSelection($event)">
   <div class="table-actions">