Tower: upload cetmix_tower_server 16.0.3.0.1 (via marketplace)

This commit is contained in:
2026-04-27 08:18:13 +00:00
parent a349d97184
commit 88fb907a24

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