Use the correct plugin property for the breadcrumb

This commit is contained in:
Michael Lange 2020-05-04 12:27:29 -07:00
parent 778e7fdb07
commit 874556704d
1 changed files with 2 additions and 2 deletions

View File

@ -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],
},
],