Tower: upload cetmix_tower_server 16.0.2.2.9 (via marketplace)
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
/** @odoo-module */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* List of colors according to the selection value
|
||||||
|
*/
|
||||||
|
export const STATUS_COLORS = {
|
||||||
|
false: "info",
|
||||||
|
stopped: "danger",
|
||||||
|
starting: "warning",
|
||||||
|
running: "success",
|
||||||
|
stopping: "warning",
|
||||||
|
restarting: "warning",
|
||||||
|
delete_error: "danger",
|
||||||
|
};
|
||||||
|
|
||||||
|
export const STATUS_COLOR_PREFIX =
|
||||||
|
"o_server_status_bubble mx-0 o_color_server_status_bubble_";
|
||||||
Reference in New Issue
Block a user