Use the correct plugin property for the breadcrumb
This commit is contained in:
parent
778e7fdb07
commit
874556704d
|
@ -15,8 +15,8 @@ export default Route.extend(WithWatchers, {
|
|||
args: ['csi.plugins'],
|
||||
},
|
||||
{
|
||||
label: plugin.name,
|
||||
args: ['csi.plugins.plugin', plugin.name],
|
||||
label: plugin.plainId,
|
||||
args: ['csi.plugins.plugin', plugin.plainId],
|
||||
},
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue