Tenant log config screen (#2142)

* Created file for auditLogsScreen, connected to link in TenantDetails Audit Log tab
* Fixed input title formatting, confirmation modal logic
This commit is contained in:
jinapurapu
2022-06-23 16:43:23 -07:00
committed by GitHub
parent ba4103e03f
commit 2830022ede
8 changed files with 796 additions and 1099 deletions

View File

@@ -1639,7 +1639,6 @@ func enableTenantLoggingResponse(session *models.Principal, params operator_api.
return false, restapi.ErrorWithContext(ctx, err, restapi.ErrUnableToGetTenantUsage)
}
minTenant.EnsureDefaults()
// Default class name for Log search
diskSpaceFromAPI := int64(5) * humanize.GiByte // Default is 5Gi
logSearchStorageClass := "standard"