summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiranda Fluharty <mfluharty@gitlab.com>2019-01-24 16:51:53 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-01-24 16:51:53 +0000
commit22203e0bab25f91541d5abfd520f362b8350e0cf (patch)
treedb948acaefe9be1823cb559a112c7f62f986bd76
parent34d0c909be245c75630c6ad2d25f6d0ada78be96 (diff)
downloadgitlab-ce-22203e0bab25f91541d5abfd520f362b8350e0cf.tar.gz
Resolve "Runners IPv6 address overlaps other values"
-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