Skip to content

Commit

Permalink
Add a link from the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Jun 11, 2019
1 parent 1f33b42 commit 7166cb8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/packages/kubevirt-plugin/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ const plugin: Plugin<ConsumedExtensions> = [
mergeAfter: 'Pods',
},
},
{
type: 'NavItem/ResourceNS',
properties: {
section: 'Workloads',
componentProps: {
name: 'Virtual Machine Templates',
resource: models.VmTemplateModel.plural,
required: FLAG_KUBEVIRT,
},
mergeAfter: 'Virtual Machines',
},
},
{
type: 'Page/Resource/List',
properties: {
Expand Down

0 comments on commit 7166cb8

Please sign in to comment.