mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 21:27:44 -06:00
muita coisa
This commit is contained in:
@@ -2,11 +2,16 @@ export default {
|
||||
close: {
|
||||
color: "red",
|
||||
text: "Desconectado",
|
||||
icon: "mdi-close-circle",
|
||||
icon: "mdi-cellphone-off",
|
||||
},
|
||||
connecting: {
|
||||
color: "warning",
|
||||
text: "Conectando",
|
||||
icon: "mdi-cellphone-settings",
|
||||
},
|
||||
open: {
|
||||
color: "green",
|
||||
text: "Conectado",
|
||||
icon: "mdi-check-circle",
|
||||
icon: "mdi-cellphone-nfc",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user