Skip to content

Commit 1f1a604

Browse files
committed
local ssl checker minor fix
1 parent 71fde20 commit 1f1a604

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sentinel-kit_server_frontend/src/services/sslChecker.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
const SERVICES = {
2+
backend: {
3+
name: '1 - Backend API',
4+
url: import.meta.env.VITE_BACKEND_URL,
5+
description: 'Main application backend'
6+
},
27
kibana: {
3-
name: 'Kibana',
8+
name: '2 - Kibana',
49
url: import.meta.env.VITE_KIBANA_URL,
510
description: 'Log analysis'
611
},
712
grafana: {
8-
name: 'Grafana',
13+
name: '3 - Grafana',
914
url: import.meta.env.VITE_GRAFANA_URL,
1015
description: 'Metrics and monitoring'
11-
},
12-
backend: {
13-
name: 'Backend API',
14-
url: import.meta.env.VITE_BACKEND_URL,
15-
description: 'Main application backend'
1616
}
1717
};
1818

0 commit comments

Comments
 (0)