diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 0d1dcb6..e705831 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: cloud-dashboard - image: naeel/cloud-dashboard:v9.17 + image: naeel/cloud-dashboard:v9.18 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/static/index.html b/static/index.html index a38ce57..1c4951c 100644 --- a/static/index.html +++ b/static/index.html @@ -39,6 +39,8 @@ .btn-graph:hover { background: #2563eb; } .btn-theme { padding: 5px 10px; background: #21262d; border: 1px solid #30363d; border-radius: 6px; color: #e1e4e8; cursor: pointer; font-size: 14px; line-height: 1; } .btn-theme:hover { background: #30363d; } + .btn-graph { padding: 5px 12px; background: #21262d; border: 1px solid #30363d; border-radius: 6px; color: #e1e4e8; cursor: pointer; font-size: 12px; } + .btn-graph:hover { background: #30363d; } .header-user { display: flex; align-items: center; gap: 10px; } .user-email { font-size: 12px; color: #8b949e; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .btn-exit { padding: 5px 12px; background: #21262d; border: 1px solid #30363d; border-radius: 6px; color: #f85149; cursor: pointer; font-size: 12px; } @@ -133,8 +135,8 @@ body.light header { background: #ffffff; border-bottom-color: #cbd5e1; } body.light .header-logo .logo-text { color: #0f172a; } body.light .header-logo .logo-sub, body.light .user-email { color: #475569; } - body.light .btn-refresh, body.light .btn-theme, body.light .btn-exit { background: #f8fafc; border-color: #cbd5e1; color: #0f172a; } - body.light .btn-refresh:hover, body.light .btn-theme:hover, body.light .btn-exit:hover { background: #e2e8f0; } + body.light .btn-refresh, body.light .btn-theme, body.light .btn-exit, body.light .btn-graph { background: #f8fafc; border-color: #cbd5e1; color: #0f172a; } + body.light .btn-refresh:hover, body.light .btn-theme:hover, body.light .btn-exit:hover, body.light .btn-graph:hover { background: #e2e8f0; } body.light .main { background: #f3f6fb; } body.light table { background: #ffffff; border-color: #cbd5e1; } body.light thead { background: #e2e8f0; } @@ -205,7 +207,7 @@
- +