Commit d3eee2a8 authored by pburdette's avatar pburdette

Add mobile only header

Add mobile only header for
pipeline actions cell.
parent 38e504fb
......@@ -70,7 +70,6 @@ export default {
},
{
key: 'actions',
label: '',
thClass: DEFAULT_TH_CLASSES,
tdClass: DEFAULT_TD_CLASS,
columnClass: 'gl-w-20p',
......@@ -190,6 +189,7 @@ export default {
fixed
>
<template #head(actions)>
<span class="gl-display-block gl-lg-display-none!">{{ s__('Pipeline|Actions') }}</span>
<slot name="table-header-actions"></slot>
</template>
......
......@@ -22334,6 +22334,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
msgid "Pipeline|Actions"
msgstr ""
msgid "Pipeline|Branch name"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment