Update Pie Chart In DeviceManagerScreen
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
class ApplicationConstants {
|
||||
static const APP_NAME = "Smatec SFM";
|
||||
static const DOMAIN = "sfm.smatec.com.vn";
|
||||
static const OFFLINE_STATE = "offline";
|
||||
static const NORMAL_STATE = "normal";
|
||||
static const WARNING_STATE = "warning";
|
||||
static const INPROGRESS_STATE = "inprogress";
|
||||
static const ERROR_STATE = "error";
|
||||
static const MAP_KEY = "AIzaSyDI8b-PUgKUgj5rHdtgEHCwWjUXYJrqYhE";
|
||||
static const LOGIN_PATH = "/login";
|
||||
static const LOGOUT_PATH = "/logout";
|
||||
|
||||
Reference in New Issue
Block a user