Skip to content

Commit 377e9ee

Browse files
committed
Add '/resourcealertrule' endpoint to path matching in ListView component
1 parent 83205e7 commit 377e9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/view/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ export default {
12191219
'/zone', '/pod', '/cluster', '/host', '/storagepool', '/imagestore', '/systemvm', '/router', '/ilbvm', '/annotation',
12201220
'/computeoffering', '/systemoffering', '/diskoffering', '/backupoffering', '/networkoffering', '/vpcoffering',
12211221
'/tungstenfabric', '/oauthsetting', '/guestos', '/guestoshypervisormapping', '/webhook', 'webhookdeliveries', 'webhookfilters', '/quotatariff', '/sharedfs',
1222-
'/ipv4subnets', '/managementserver', '/gpucard', '/gpudevices', '/vgpuprofile', '/extension', '/snapshotpolicy', '/backupschedule'].join('|'))
1222+
'/ipv4subnets', '/managementserver', '/gpucard', '/gpudevices', '/vgpuprofile', '/extension', '/snapshotpolicy', '/backupschedule', '/resourcealertrule'].join('|'))
12231223
.test(this.$route.path)
12241224
},
12251225
enableGroupAction () {

0 commit comments

Comments
 (0)