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 48b064c commit b01874eCopy full SHA for b01874e
2 files changed
ui/src/pages/Cluster/Detail/Connection/index.tsx
@@ -80,14 +80,6 @@ const ClusterConnection: React.FC = () => {
80
terminalId={terminalId}
81
onClose={() => {
82
setTerminalId(undefined);
83
- if (terminalId) {
84
- message.info(
85
- intl.formatMessage({
86
- id: 'Dashboard.Cluster.Detail.CloseConnection',
87
- defaultMessage: '连接已关闭',
88
- }),
89
- );
90
- }
91
}}
92
/>
93
) : (
ui/src/pages/Tenant/Detail/Connection/index.tsx
@@ -66,14 +66,6 @@ const TenantConnection: React.FC = () => {
66
67
68
69
70
71
72
73
74
75
76
77
78
79
0 commit comments