From 434e472ef814897a985f87b92b1d46e9cfc23eeb Mon Sep 17 00:00:00 2001 From: Tonitzpp <134986282+Tonitzpp@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:10:43 -0300 Subject: [PATCH] Change to display if public IPs are reserved in the tab (#12461) Co-authored-by: toni.zamparetti --- ui/src/views/infra/network/IpRangesTabPublic.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ui/src/views/infra/network/IpRangesTabPublic.vue b/ui/src/views/infra/network/IpRangesTabPublic.vue index 81f5656799e..dc6ef671e7c 100644 --- a/ui/src/views/infra/network/IpRangesTabPublic.vue +++ b/ui/src/views/infra/network/IpRangesTabPublic.vue @@ -47,6 +47,9 @@ + @@ -128,10 +131,6 @@
{{ $t('label.domain') }}
{{ selectedItem.domain }}
-
-
{{ $t('label.system.vms') }}
-
{{ selectedItem.forsystemvms }}
-
@@ -449,6 +448,10 @@ export default { key: 'endip', title: this.$t('label.endip') }, + { + key: 'systemvms', + title: this.$t('label.reserved.system.ip') + }, { key: 'actions', title: this.$t('label.actions')