Commit 9c5524df authored by Regis's avatar Regis

fix cssClasses in status component

parent ce996962
......@@ -8,8 +8,7 @@
],
computed: {
cssClasses() {
const cssObject = {};
cssObject['ci-status'] = true;
const cssObject = { 'ci-status': true };
cssObject[`ci-${this.pipeline.details.status.group}`] = true;
return cssObject;
},
......
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