diff --git a/src/portal/src/app/base/left-side-nav/config/config.ts b/src/portal/src/app/base/left-side-nav/config/config.ts index 173fe1eb4..30babedd0 100644 --- a/src/portal/src/app/base/left-side-nav/config/config.ts +++ b/src/portal/src/app/base/left-side-nav/config/config.ts @@ -113,6 +113,7 @@ export class Configuration { audit_log_forward_endpoint: StringValueItem; skip_audit_log_database: BoolValueItem; session_timeout: NumberValueItem; + scanner_skip_update_pulltime: BoolValueItem; public constructor() { this.auth_mode = new StringValueItem('db_auth', true); this.primary_auth_mode = new BoolValueItem(false, true); @@ -188,6 +189,7 @@ export class Configuration { this.audit_log_forward_endpoint = new StringValueItem('', true); this.skip_audit_log_database = new BoolValueItem(false, true); this.session_timeout = new NumberValueItem(60, true); + this.scanner_skip_update_pulltime = new BoolValueItem(false, true); } } diff --git a/src/portal/src/app/base/left-side-nav/config/system/system-settings.component.html b/src/portal/src/app/base/left-side-nav/config/system/system-settings.component.html index 64e48997a..2968cbde4 100644 --- a/src/portal/src/app/base/left-side-nav/config/system/system-settings.component.html +++ b/src/portal/src/app/base/left-side-nav/config/system/system-settings.component.html @@ -194,7 +194,7 @@ > - + + + + + + +