Remove ping widgets and add colors to simple-icons
This commit is contained in:
+22
-14
@@ -12,7 +12,7 @@
|
|||||||
--accent-orange: #f59e0b;
|
--accent-orange: #f59e0b;
|
||||||
--accent-cyan: #06b6d4;
|
--accent-cyan: #06b6d4;
|
||||||
--accent-red: #ef4444;
|
--accent-red: #ef4444;
|
||||||
--accent-yellow: #fbbf24;
|
--accent-yellow: #fbbf24';
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -48,18 +48,26 @@ body {
|
|||||||
border-bottom: 2px solid rgba(59, 130, 246, 0.3);
|
border-bottom: 2px solid rgba(59, 130, 246, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Widget status colors */
|
/* Colorful icons */
|
||||||
.widget-status-up {
|
.si-apachekafka { color: #ff6b6b !important; }
|
||||||
color: var(--accent-green) !important;
|
.si-apachedebezium { color: #4ecdc4 !important; }
|
||||||
}
|
.si-apachespark { color: #ffe66d !important; }
|
||||||
|
.si-trino { color: #95e1d3 !important; }
|
||||||
.widget-status-down {
|
.si-mongodb { color: #f38181 !important; }
|
||||||
color: var(--accent-red) !important;
|
.si-postgresql { color: #aa96da !important; }
|
||||||
}
|
.si-apachecassandra { color: #fcbad3 !important; }
|
||||||
|
.si-mysql { color: #a8d8ea !important; }
|
||||||
.widget-status-unknown {
|
.si-neo4j { color: #ff9a9e !important; }
|
||||||
color: var(--accent-orange) !important;
|
.si-minio { color: #a18cd1 !important; }
|
||||||
}
|
.si-apacheairflow { color: #fd9644 !important; }
|
||||||
|
.si-apachesuperset { color: #6c5ce7 !important; }
|
||||||
|
.si-elasticsearch { color: #00cec9 !important; }
|
||||||
|
.si-kibana { color: #e84393 !important; }
|
||||||
|
.si-grafana { color: #fd79a8 !important; }
|
||||||
|
.si-proxmox { color: #00b894 !important; }
|
||||||
|
.si-git { color: #636e72 !important; }
|
||||||
|
.si-openldap { color: #0984e3 !important; }
|
||||||
|
.si-rss { color: #f59e0b !important; }
|
||||||
|
|
||||||
/* Animated background for specific groups */
|
/* Animated background for specific groups */
|
||||||
[data-group*="Data Pipeline"] .group-header {
|
[data-group*="Data Pipeline"] .group-header {
|
||||||
@@ -111,5 +119,5 @@ html {
|
|||||||
|
|
||||||
/* Icon styling */
|
/* Icon styling */
|
||||||
svg {
|
svg {
|
||||||
filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.5));
|
filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,145 +7,88 @@
|
|||||||
icon: si-apachekafka
|
icon: si-apachekafka
|
||||||
href: http://10.0.21.36:9000/
|
href: http://10.0.21.36:9000/
|
||||||
description: Kafka Topics & Management
|
description: Kafka Topics & Management
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.36:9000
|
|
||||||
- Debezium Connect:
|
- Debezium Connect:
|
||||||
icon: si-apachedebezium
|
icon: si-apachedebezium
|
||||||
href: http://10.0.21.50:8083/
|
href: http://10.0.21.50:8083/
|
||||||
description: CDC Connectors
|
description: CDC Connectors
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.50:8083
|
|
||||||
- Spark Master:
|
- Spark Master:
|
||||||
icon: si-apachespark
|
icon: si-apachespark
|
||||||
href: http://10.0.21.50:8080/
|
href: http://10.0.21.50:8080/
|
||||||
description: Spark Jobs & Monitoring
|
description: Spark Jobs & Monitoring
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.50:8080
|
|
||||||
- Trino:
|
- Trino:
|
||||||
icon: si-trino
|
icon: si-trino
|
||||||
href: http://10.0.21.50:8089/
|
href: http://10.0.21.50:8089/
|
||||||
description: Distributed SQL Query Engine
|
description: Distributed SQL Query Engine
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.50:8089
|
|
||||||
|
|
||||||
- Source Systems:
|
- Source Systems:
|
||||||
- MongoDB:
|
- MongoDB:
|
||||||
icon: si-mongodb
|
icon: si-mongodb
|
||||||
href: mongodb://10.0.21.51:27017
|
href: mongodb://10.0.21.51:27017
|
||||||
description: MongoDB Supply Chain Data
|
description: MongoDB Supply Chain Data
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.51:27017
|
|
||||||
- PostgreSQL:
|
- PostgreSQL:
|
||||||
icon: si-postgresql
|
icon: si-postgresql
|
||||||
href: postgresql://10.0.21.51:5432
|
href: postgresql://10.0.21.51:5432
|
||||||
description: PostgreSQL Sales Data
|
description: PostgreSQL Sales Data
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.51:5432
|
|
||||||
- Cassandra:
|
- Cassandra:
|
||||||
icon: si-apachecassandra
|
icon: si-apachecassandra
|
||||||
href: cassandra://10.0.21.51:9042
|
href: cassandra://10.0.21.51:9042
|
||||||
description: Cassandra Telemetry Data
|
description: Cassandra Telemetry Data
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.51:9042
|
|
||||||
- MySQL:
|
- MySQL:
|
||||||
icon: si-mysql
|
icon: si-mysql
|
||||||
href: mysql://10.0.21.51:3306
|
href: mysql://10.0.21.51:3306
|
||||||
description: MySQL HR Data
|
description: MySQL HR Data
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.51:3306
|
|
||||||
- Neo4j:
|
- Neo4j:
|
||||||
icon: si-neo4j
|
icon: si-neo4j
|
||||||
href: http://10.0.21.51:7474/
|
href: http://10.0.21.51:7474/
|
||||||
description: Neo4j Graph Database
|
description: Neo4j Graph Database
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.51:7474
|
|
||||||
|
|
||||||
- Storage:
|
- Storage:
|
||||||
- ObjectScale S3:
|
- ObjectScale S3:
|
||||||
icon: si-minio
|
icon: si-minio
|
||||||
href: http://10.0.20.111:9020/
|
href: http://10.0.20.111:9020/
|
||||||
description: S3 Object Storage
|
description: S3 Object Storage
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.20.111:9020
|
|
||||||
- ObjectScale Web:
|
- ObjectScale Web:
|
||||||
icon: si-minio
|
icon: si-minio
|
||||||
href: https://10.0.20.111/
|
href: https://10.0.20.111/
|
||||||
description: ObjectScale Management UI
|
description: ObjectScale Management UI
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: https://10.0.20.111
|
|
||||||
|
|
||||||
- Orchestration:
|
- Orchestration:
|
||||||
- Airflow:
|
- Airflow:
|
||||||
icon: si-apacheairflow
|
icon: si-apacheairflow
|
||||||
href: http://10.0.21.55:8080/
|
href: http://10.0.21.55:8080/
|
||||||
description: Workflow Orchestration
|
description: Workflow Orchestration
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.55:8080
|
|
||||||
|
|
||||||
- Analytics & Visualization:
|
- Analytics & Visualization:
|
||||||
- Superset:
|
- Superset:
|
||||||
icon: si-apachesuperset
|
icon: si-apachesuperset
|
||||||
href: http://10.0.21.45:8088/
|
href: http://10.0.21.45:8088/
|
||||||
description: Business Intelligence & Dashboards
|
description: Business Intelligence & Dashboards
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.45:8088
|
|
||||||
- Elasticsearch:
|
- Elasticsearch:
|
||||||
icon: si-elasticsearch
|
icon: si-elasticsearch
|
||||||
href: http://10.0.21.46:9200/
|
href: http://10.0.21.46:9200/
|
||||||
description: Search & Analytics Engine
|
description: Search & Analytics Engine
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.46:9200
|
|
||||||
- Kibana:
|
- Kibana:
|
||||||
icon: si-kibana
|
icon: si-kibana
|
||||||
href: http://10.0.21.46:5601/
|
href: http://10.0.21.46:5601/
|
||||||
description: Data Visualization
|
description: Data Visualization
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.21.46:5601
|
|
||||||
- Grafana:
|
- Grafana:
|
||||||
icon: si-grafana
|
icon: si-grafana
|
||||||
href: http://10.0.20.103/
|
href: http://10.0.20.103/
|
||||||
description: Metrics & Monitoring
|
description: Metrics & Monitoring
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.20.103
|
|
||||||
|
|
||||||
- Management:
|
- Management:
|
||||||
- Proxmox:
|
- Proxmox:
|
||||||
icon: si-proxmox
|
icon: si-proxmox
|
||||||
href: http://10.0.10.65:8006/
|
href: http://10.0.10.65:8006/
|
||||||
description: Virtualization Platform
|
description: Virtualization Platform
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://10.0.10.65:8006
|
|
||||||
- Git/Forgejo:
|
- Git/Forgejo:
|
||||||
icon: si-git
|
icon: si-git
|
||||||
href: http://atc-mgt01.dell-atc.lan:3001/
|
href: http://atc-mgt01.dell-atc.lan:3001/
|
||||||
description: Git Repository
|
description: Git Repository
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://atc-mgt01.dell-atc.lan:3001
|
|
||||||
- ATC LDAP:
|
- ATC LDAP:
|
||||||
icon: si-openldap
|
icon: si-openldap
|
||||||
href: http://atc-mgt01.dell-atc.lan/lam/
|
href: http://atc-mgt01.dell-atc.lan/lam/
|
||||||
description: LDAP Management
|
description: LDAP Management
|
||||||
widget:
|
|
||||||
type: ping
|
|
||||||
url: http://atc-mgt01.dell-atc.lan/lam
|
|
||||||
|
|
||||||
- Data Engineering & AI Resources:
|
- Data Engineering & AI Resources:
|
||||||
- TLDR Data Engineering:
|
- TLDR Data Engineering:
|
||||||
|
|||||||
Reference in New Issue
Block a user