PMCORE-3348
This commit is contained in:
@@ -231,6 +231,11 @@ export default {
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
/**
|
||||||
|
* Format color for show in breadcrumb
|
||||||
|
* @param {string} color
|
||||||
|
* @returns {string}
|
||||||
|
*/
|
||||||
formatColor(color) {
|
formatColor(color) {
|
||||||
let code = "#ffffff";
|
let code = "#ffffff";
|
||||||
switch (color) {
|
switch (color) {
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ export default {
|
|||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user