- pagine admin: Accounts, Movements e Circuits.
- add change min e max range circuiti (per tutti i record).
This commit is contained in:
@@ -380,6 +380,7 @@ export interface IMetaTags {
|
||||
|
||||
export interface ICircuitState {
|
||||
listcircuits: ICircuit[]
|
||||
listaccounts: IAccount[]
|
||||
}
|
||||
|
||||
export interface ISelector {
|
||||
@@ -1134,7 +1135,10 @@ export interface IMovVisu {
|
||||
}
|
||||
|
||||
export interface IAccount {
|
||||
_id: string
|
||||
username: string
|
||||
contocom: string
|
||||
groupname: string
|
||||
circuitId: string
|
||||
circuit: ICircuit[]
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user