Commit 9c5524df authored by Regis's avatar Regis

fix cssClasses in status component

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