diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 1d88c46c885..d9967d5225e 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -772,7 +772,10 @@ export default { } }, watch: { - '$route.fullPath': function () { + '$route.fullPath': function (path) { + if (path === '/user/login') { + return + } this.getIcons() }, resource: { diff --git a/ui/src/views/infra/network/IpRangesTabGuest.vue b/ui/src/views/infra/network/IpRangesTabGuest.vue index 79464de69bd..4de5fd25ed9 100644 --- a/ui/src/views/infra/network/IpRangesTabGuest.vue +++ b/ui/src/views/infra/network/IpRangesTabGuest.vue @@ -80,7 +80,6 @@