summaryrefslogtreecommitdiff
path: root/web/src/containers/charts/Misc.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/containers/charts/Misc.jsx')
-rw-r--r--web/src/containers/charts/Misc.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/src/containers/charts/Misc.jsx b/web/src/containers/charts/Misc.jsx
index d55c459b5..e4e891766 100644
--- a/web/src/containers/charts/Misc.jsx
+++ b/web/src/containers/charts/Misc.jsx
@@ -46,6 +46,11 @@ const buildResultLegendData = [
symbol: { fill: '#EF9234' },
},
{
+ name: 'MERGE_FAILURE',
+ // PF orange-200
+ symbol: { fill: '#EF9234' },
+ },
+ {
name: 'NODE_FAILURE',
// PF orange-300
symbol: { fill: '#EC7A08' },