fix aws
This commit is contained in:
@@ -2804,15 +2804,23 @@ if (function_exists('requireAuth')) {
|
||||
|
||||
// Load data for advanced tab
|
||||
if (tab === 'advanced') {
|
||||
loadAuditLog();
|
||||
loadShortnames();
|
||||
loadLogosGrid();
|
||||
}
|
||||
|
||||
// Load data for integrations tab
|
||||
if (tab === 'integrations') {
|
||||
loadWebhookSettings();
|
||||
loadWebhookQueueStatus();
|
||||
loadIpRegistrySettings();
|
||||
loadAwsSettings();
|
||||
}
|
||||
|
||||
// Load data for audit tab
|
||||
if (tab === 'audit') {
|
||||
loadAuditLog();
|
||||
}
|
||||
|
||||
// Load data for developer tab
|
||||
if (tab === 'developer') {
|
||||
loadSystemInfo();
|
||||
|
||||
Reference in New Issue
Block a user