Add statsProfile field in stakeholder
This commit is contained in:
parent
6a2ac8cc4e
commit
e88bb206dc
|
@ -21,6 +21,7 @@ export class Stakeholder {
|
|||
index_id;
|
||||
index_name: string;
|
||||
index_shortName: string;
|
||||
statsProfile: string = "monitor";
|
||||
alias: string;
|
||||
defaultId: string;
|
||||
visibility: Visibility;
|
||||
|
|
Loading…
Reference in New Issue