BigW Consortium Gitlab

Commit 7d2ca647 by Regis

stage icon link

parent 1f992835
......@@ -12,6 +12,7 @@
return `has-tooltip ci-status-icon-${this.stage.status.label}`;
},
svg() {
// debugger
return this.svgs[this.match(this.stage.status.icon)];
},
},
......@@ -19,7 +20,7 @@
<a
:class='tooltip'
:title='buildStatus'
:href='stage.url'
:href='stage.path'
v-html='svg'
>
</a>
......
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