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",
|
label: "Audit Log",
|
||||||
advancedOnly: true,
|
advancedOnly: false,
|
||||||
componentRender: <ConfigLogSearch />,
|
componentRender: <ConfigLogSearch />,
|
||||||
buttons: [cancelButton, createButton],
|
buttons: [cancelButton, createButton],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Monitoring",
|
label: "Monitoring",
|
||||||
advancedOnly: true,
|
advancedOnly: false,
|
||||||
componentRender: <ConfigPrometheus />,
|
componentRender: <ConfigPrometheus />,
|
||||||
buttons: [cancelButton, createButton],
|
buttons: [cancelButton, createButton],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user