Tower: upload cetmix_tower_server 16.0.2.2.9 (via marketplace)

This commit is contained in:
2026-04-27 08:44:29 +00:00
parent 05724afff0
commit 47fe5ea7a5

View File

@@ -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_";