Skip to content

Commit

Permalink
VNF/UI: enable quick view for VNF templates
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Oct 11, 2023
1 parent 5338be9 commit f4158dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/view/ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export default {
quickViewEnabled () {
return new RegExp(['/vm', '/kubernetes', '/ssh', '/userdata', '/vmgroup', '/affinitygroup', '/autoscalevmgroup',
'/volume', '/snapshot', '/vmsnapshot', '/backup',
'/guestnetwork', '/vpc', '/vpncustomergateway', '/vnfapp',
'/guestnetwork', '/vpc', '/vpncustomergateway', '/vnfapp', 'vnftemplate',
'/template', '/iso',
'/project', '/account',
'/zone', '/pod', '/cluster', '/host', '/storagepool', '/imagestore', '/systemvm', '/router', '/ilbvm', '/annotation',
Expand Down

0 comments on commit f4158dc

Please sign in to comment.