We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463aa07 commit 0be3f53Copy full SHA for 0be3f53
src/utils/additionalProps.ts
@@ -6,17 +6,6 @@ import type {ETenantType} from '../types/api/tenant';
6
7
import monitoringIcon from '../assets/icons/monitoring.svg';
8
9
-export function getMonitoringLink(
10
- additionalProps?: AdditionalTenantsProps,
11
- name?: string,
12
- type?: ETenantType,
13
-): string | null {
14
- if (!additionalProps?.getMonitoringLink) {
15
- return null;
16
- }
17
- return additionalProps.getMonitoringLink(name, type);
18
-}
19
-
20
export function getDatabaseLinks(
21
additionalProps?: AdditionalTenantsProps,
22
name?: string,
0 commit comments