feat: add allow auto update option for profiles and update UI components
This commit is contained in:
1
src/services/types.d.ts
vendored
1
src/services/types.d.ts
vendored
@@ -270,6 +270,7 @@ interface IProfileOption {
|
||||
update_interval?: number;
|
||||
timeout_seconds?: number;
|
||||
danger_accept_invalid_certs?: boolean;
|
||||
allow_auto_update?: boolean;
|
||||
merge?: string;
|
||||
script?: string;
|
||||
rules?: string;
|
||||
|
||||
Reference in New Issue
Block a user