Disable Audit Log and Monitoring by default (#2632)
While tenant creation, by default keep the Audit Log and Monitoring option disabled
This commit is contained in:
@@ -158,13 +158,13 @@ const AddTenant = () => {
|
||||
},
|
||||
{
|
||||
label: "Audit Log",
|
||||
advancedOnly: true,
|
||||
advancedOnly: false,
|
||||
componentRender: <ConfigLogSearch />,
|
||||
buttons: [cancelButton, createButton],
|
||||
},
|
||||
{
|
||||
label: "Monitoring",
|
||||
advancedOnly: true,
|
||||
advancedOnly: false,
|
||||
componentRender: <ConfigPrometheus />,
|
||||
buttons: [cancelButton, createButton],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user