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 { ...@@ -70,7 +70,6 @@ export default {
}, },
{ {
key: 'actions', key: 'actions',
label: '',
thClass: DEFAULT_TH_CLASSES, thClass: DEFAULT_TH_CLASSES,
tdClass: DEFAULT_TD_CLASS, tdClass: DEFAULT_TD_CLASS,
columnClass: 'gl-w-20p', columnClass: 'gl-w-20p',
...@@ -190,6 +189,7 @@ export default { ...@@ -190,6 +189,7 @@ export default {
fixed fixed
> >
<template #head(actions)> <template #head(actions)>
<span class="gl-display-block gl-lg-display-none!">{{ s__('Pipeline|Actions') }}</span>
<slot name="table-header-actions"></slot> <slot name="table-header-actions"></slot>
</template> </template>
......
...@@ -22334,6 +22334,9 @@ msgstr "" ...@@ -22334,6 +22334,9 @@ msgstr ""
msgid "Pipelines|parent" msgid "Pipelines|parent"
msgstr "" msgstr ""
msgid "Pipeline|Actions"
msgstr ""
msgid "Pipeline|Branch name" msgid "Pipeline|Branch name"
msgstr "" 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