Commit cc198c1f authored by Regis's avatar Regis

change unstable to warning [ci skip]

parent a0055435
......@@ -2,9 +2,9 @@
/* eslint-disable no-param-reassign */
((gl) => {
gl.VueUnstableScope = Vue.extend({
gl.VueWarningScope = Vue.extend({
components: {
'vue-unstable-icon': gl.VueUnstableIcon,
'vue-warning-icon': gl.VueWarningIcon,
},
props: [
'pipeline',
......@@ -12,9 +12,9 @@
template: `
<td class="commit-link">
<a :href='pipeline.url'>
<span class="ci-status ci-unstable">
<vue-unstable-icon></vue-unstable-icon>
&nbsp;unstable
<span class="ci-status ci-warning">
<vue-warning-icon></vue-warning-icon>
&nbsp;warning
</span>
</a>
</td>
......
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