mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 13:17:45 -06:00
typebot sessions
This commit is contained in:
19
src/helpers/mappers/typebotStatus.js
Normal file
19
src/helpers/mappers/typebotStatus.js
Normal file
@@ -0,0 +1,19 @@
|
||||
// opened, paused, closed
|
||||
|
||||
export default {
|
||||
opened: {
|
||||
color: "green",
|
||||
text: "Aberto",
|
||||
icon: "mdi-play",
|
||||
},
|
||||
paused: {
|
||||
color: "warning",
|
||||
text: "Pausado",
|
||||
icon: "mdi-pause",
|
||||
},
|
||||
closed: {
|
||||
color: "red",
|
||||
text: "Fechado",
|
||||
icon: "mdi-stop",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user