feat: monitor button
This commit is contained in:
@@ -94,6 +94,11 @@ export const clusterActionList = [
|
||||
label: 'common.button.edit',
|
||||
icon: icons.EditOutlined
|
||||
},
|
||||
{
|
||||
label: 'resources.metrics.details',
|
||||
key: 'metrics',
|
||||
icon: icons.Metrics
|
||||
},
|
||||
{
|
||||
key: 'add_worker',
|
||||
label: 'resources.button.create',
|
||||
|
||||
@@ -84,7 +84,10 @@ export interface ClusterFormData {
|
||||
}
|
||||
|
||||
export interface SystemConfig {
|
||||
disable_builtin_observability?: boolean;
|
||||
debug: boolean;
|
||||
server_external_url: string;
|
||||
system_default_container_registry: string;
|
||||
grafana_url?: string;
|
||||
server_external_url: string | null;
|
||||
system_default_container_registry: string | null;
|
||||
showMonitoring?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user