File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam._index Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -503,6 +503,7 @@ function TaskActivityGraph({ activity }: { activity: TaskActivity }) {
503503 barSize = { 10 }
504504 isAnimationActive = { false }
505505 />
506+ < Bar dataKey = "DELAYED" fill = "#5F6570" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
506507 < Bar dataKey = "PENDING" fill = "#5F6570" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
507508 < Bar dataKey = "PENDING_VERSION" fill = "#F59E0B" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
508509 < Bar dataKey = "EXECUTING" fill = "#3B82F6" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
@@ -533,7 +534,7 @@ function TaskActivityGraph({ activity }: { activity: TaskActivity }) {
533534 < Bar dataKey = "SYSTEM_FAILURE" fill = "#F43F5E" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
534535 < Bar dataKey = "PAUSED" fill = "#FCD34D" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
535536 < Bar dataKey = "CRASHED" fill = "#F43F5E" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
536- < Bar dataKey = "EXPIRED" fill = "#F43F5E " stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
537+ < Bar dataKey = "EXPIRED" fill = "#5F6570 " stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
537538 < Bar dataKey = "TIMED_OUT" fill = "#F43F5E" stackId = "a" strokeWidth = { 0 } barSize = { 10 } />
538539 </ BarChart >
539540 </ ResponsiveContainer >
You can’t perform that action at this time.
0 commit comments