diff --git a/assets/cluster.png b/assets/cluster.png index b3f85e6..6f666fb 100644 Binary files a/assets/cluster.png and b/assets/cluster.png differ diff --git a/assets/firmware.png b/assets/firmware.png index cc0f639..dfca4be 100644 Binary files a/assets/firmware.png and b/assets/firmware.png differ diff --git a/assets/monitoring.png b/assets/monitoring.png index 44399db..c0fdb61 100644 Binary files a/assets/monitoring.png and b/assets/monitoring.png differ diff --git a/assets/topology.png b/assets/topology.png index 3377a99..83ee6cc 100644 Binary files a/assets/topology.png and b/assets/topology.png differ diff --git a/public/index.html b/public/index.html index dc0e1a8..316c907 100644 --- a/public/index.html +++ b/public/index.html @@ -30,9 +30,12 @@ diff --git a/public/scripts/icons.js b/public/scripts/icons.js index 3f2efdb..51c0903 100644 --- a/public/scripts/icons.js +++ b/public/scripts/icons.js @@ -19,7 +19,16 @@ const Icons = { // Navigation / sections cluster: (o) => withSvg(``, o), - topology: (o) => withSvg(``, o), + topology: (o) => withSvg(` + + + + + + + + + `, o), monitoring: (o) => withSvg(``, o), firmware: (o) => withSvg(``, o), diff --git a/public/styles/main.css b/public/styles/main.css index 326915e..783e7c7 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -1,3 +1,8 @@ +/* Slight rotation for the Topology icon in the main navigation only */ +.main-navigation .nav-left .nav-tab[data-view="topology"] > svg { + transform: rotate(-90deg); + transform-origin: 50% 50%; +} * { margin: 0; padding: 0; @@ -27,6 +32,12 @@ h3 > svg, vertical-align: middle; } +/* Navigation icons slightly larger for readability */ +.nav-tab > svg { + width: 18px; + height: 18px; +} + /* Monitoring view: slightly larger summary stat icons */ .summary-stats .stat-icon > svg { width: 22px;