mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
mgr/dashboard: Force identifier for RBD datatable.
Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
parent
dda38317c4
commit
9e3ad18257
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user