Update runner admin page to make description field larger

This changes the table with for the desciption and version fields to make the runner descriptions more readable.

added changelog
This commit is contained in:
Sascha Reynolds 2018-12-05 14:34:04 +00:00 committed by Sascha Reynolds
parent 1414cfae43
commit 60dd27a8a1
3 changed files with 9 additions and 4 deletions

View File

@ -18,12 +18,12 @@
.table-mobile-content
= link_to runner.short_sha, admin_runner_path(runner)
.table-section.section-15
.table-section.section-20
.table-mobile-header{ role: 'rowheader' }= _('Description')
.table-mobile-content.str-truncated.has-tooltip{ title: runner.description }
= runner.description
.table-section.section-15
.table-section.section-10
.table-mobile-header{ role: 'rowheader' }= _('Version')
.table-mobile-content.str-truncated.has-tooltip{ title: runner.version }
= runner.version

View File

@ -106,8 +106,8 @@
.gl-responsive-table-row.table-row-header{ role: 'row' }
.table-section.section-10{ role: 'rowheader' }= _('Type')
.table-section.section-10{ role: 'rowheader' }= _('Runner token')
.table-section.section-15{ role: 'rowheader' }= _('Description')
.table-section.section-15{ role: 'rowheader' }= _('Version')
.table-section.section-20{ role: 'rowheader' }= _('Description')
.table-section.section-10{ role: 'rowheader' }= _('Version')
.table-section.section-10{ role: 'rowheader' }= _('IP Address')
.table-section.section-5{ role: 'rowheader' }= _('Projects')
.table-section.section-5{ role: 'rowheader' }= _('Jobs')

View File

@ -0,0 +1,5 @@
---
title: Update runner admin page to make description field larger
merge_request: 23593
author: Sascha Reynolds
type: fixed