summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/admin/runners/_runner.html.haml2
-rw-r--r--changelogs/unreleased/56334-runners-ipv6-address-overlaps-other-values.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 829d2c8949f..b75454b33d7 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -30,7 +30,7 @@
.table-section.section-10
.table-mobile-header{ role: 'rowheader' }= _('IP Address')
- .table-mobile-content
+ .table-mobile-content.str-truncated.has-tooltip{ title: runner.ip_address }
= runner.ip_address
.table-section.section-5
diff --git a/changelogs/unreleased/56334-runners-ipv6-address-overlaps-other-values.yml b/changelogs/unreleased/56334-runners-ipv6-address-overlaps-other-values.yml
new file mode 100644
index 00000000000..8a6adef5dae
--- /dev/null
+++ b/changelogs/unreleased/56334-runners-ipv6-address-overlaps-other-values.yml
@@ -0,0 +1,5 @@
+---
+title: Resolve Runners IPv6 address overlaps other values
+merge_request: 24531
+author:
+type: fixed