Skip to content
Snippets Groups Projects

Add RC2 changes to 9-3-stable

Merged username-removed-408677 requested to merge 9-3-stable-rc2 into 9-3-stable
3 files
+ 1
20
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -48,24 +48,6 @@
@@ -48,24 +48,6 @@
return className;
return className;
},
},
isFirstColumn(index) {
return index === 0;
},
stageConnectorClass(index, stage) {
let className;
// If it's the first stage column and only has one job
if (index === 0 && stage.groups.length === 1) {
className = 'no-margin';
} else if (index > 0) {
// If it is not the first column
className = 'left-margin';
}
return className;
},
},
},
};
};
</script>
</script>
Loading