Browse Source

Merge pull request #13126 from vvlladd28/improvement/teanant-profile/default-value

Updated default value maxDebugModeDurationMinutes in tenant profile
pull/13133/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
2e36f3e4da
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/shared/models/tenant.model.ts

2
ui-ngx/src/app/shared/models/tenant.model.ts

@ -137,7 +137,7 @@ export function createTenantProfileConfiguration(type: TenantProfileType): Tenan
maxSms: 0,
smsEnabled: true,
maxCreatedAlarms: 0,
maxDebugModeDurationMinutes: 0,
maxDebugModeDurationMinutes: 15,
tenantServerRestLimitsConfiguration: '',
customerServerRestLimitsConfiguration: '',
maxWsSessionsPerTenant: 0,

Loading…
Cancel
Save