Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMiranda Fluharty <mfluharty@gitlab.com>2019-01-24 19:51:53 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-01-24 19:51:53 +0300
commit22203e0bab25f91541d5abfd520f362b8350e0cf (patch)
treedb948acaefe9be1823cb559a112c7f62f986bd76 /app
parent34d0c909be245c75630c6ad2d25f6d0ada78be96 (diff)
Resolve "Runners IPv6 address overlaps other values"
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/runners/_runner.html.haml2
1 files changed, 1 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