mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 13:17:45 -06:00
first commit
This commit is contained in:
12
src/helpers/mappers/status.js
Normal file
12
src/helpers/mappers/status.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
close: {
|
||||
color: "red",
|
||||
text: "Desconectado",
|
||||
icon: "mdi-close-circle",
|
||||
},
|
||||
open: {
|
||||
color: "green",
|
||||
text: "Conectado",
|
||||
icon: "mdi-check-circle",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user