Commit cc198c1f authored by Regis's avatar Regis

change unstable to warning [ci skip]

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