Resolve "Runners IPv6 address overlaps other values"
This commit is contained in:
parent
34d0c909be
commit
22203e0bab
2 changed files with 6 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
.table-section.section-10
|
.table-section.section-10
|
||||||
.table-mobile-header{ role: 'rowheader' }= _('IP Address')
|
.table-mobile-header{ role: 'rowheader' }= _('IP Address')
|
||||||
.table-mobile-content
|
.table-mobile-content.str-truncated.has-tooltip{ title: runner.ip_address }
|
||||||
= runner.ip_address
|
= runner.ip_address
|
||||||
|
|
||||||
.table-section.section-5
|
.table-section.section-5
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Resolve Runners IPv6 address overlaps other values
|
||||||
|
merge_request: 24531
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue