diff --git a/ui/app/templates/csi/plugins/plugin.hbs b/ui/app/templates/csi/plugins/plugin.hbs index e777a11e9..6dc01a55f 100644 --- a/ui/app/templates/csi/plugins/plugin.hbs +++ b/ui/app/templates/csi/plugins/plugin.hbs @@ -44,7 +44,7 @@ CPU Memory {{/t.head}} - {{#t.body as |row|}} + {{#t.body key="model.allocID" as |row|}} {{plugin-allocation-row data-test-controller-allocation=row.model.allocID pluginAllocation=row.model}} @@ -81,7 +81,7 @@ CPU Memory {{/t.head}} - {{#t.body as |row|}} + {{#t.body key="model.allocID" as |row|}} {{plugin-allocation-row data-test-node-allocation=row.model.allocID pluginAllocation=row.model}}