mgr/dashboard: Force identifier for RBD datatable.

Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
Volker Theile 2018-04-19 09:31:38 +02:00
parent dda38317c4
commit 9e3ad18257

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