Skip to content

Commit

Permalink
feat(pipeline): add desc for mouserover
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 2, 2021
1 parent 21d05f1 commit 425f2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ d3.json("fake/pipeline.json").then(function (data) {
for (let sub_stage of stage.sub_stages) {
jobs.push({
name: sub_stage.name,
desc: jobs,
desc: sub_stage.jobs,
});
}
if (jobs.length === 0) {
Expand Down

0 comments on commit 425f2dc

Please sign in to comment.