File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ function Header() {
9999 clusterName,
100100 dbName : databaseData . Name ,
101101 dbType : databaseData . Type ,
102+ controlPlane : databaseData . ControlPlane ,
103+ userAttributes : databaseData . UserAttributes ,
102104 } )
103105 : null ;
104106
Original file line number Diff line number Diff line change 11import type { MetaBaseClusterInfo , MetaClusterMonitoringData } from '../types/api/meta' ;
2- import type { ETenantType } from '../types/api/tenant' ;
2+ import type { ETenantType , TTenant } from '../types/api/tenant' ;
33
44interface GetMonitoringLinkProps {
55 monitoring : MetaBaseClusterInfo [ 'solomon' ] ;
66 dbName : string ;
77 dbType : ETenantType ;
88 clusterName ?: string ;
9+ controlPlane ?: TTenant [ 'ControlPlane' ] ;
10+ userAttributes ?: TTenant [ 'UserAttributes' ] ;
911}
1012
1113export type GetMonitoringLink = typeof getMonitoringLink ;
You can’t perform that action at this time.
0 commit comments