aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-04-05 17:59:52 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-08 14:32:32 +0200
commit3ef496b7ba14f5099f3d09f9da0e931411c2afc0 (patch)
treea8be358be459834235232c96bbb6bdd9d0a2e1ba /pkg
parentc34fde03ec2b778c7cb3f4463dac2e6b9c7934c9 (diff)
dashboard/app: split dashboard per-namespace
We now have too many namespaces and bugs. Main page takes infinity to load. Also almost nobody is interested in more than 1 namespace. So split main page per-namespaces.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/html/generated.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/html/generated.go b/pkg/html/generated.go
index cd6ee413c..089f3f193 100644
--- a/pkg/html/generated.go
+++ b/pkg/html/generated.go
@@ -38,6 +38,12 @@ table td, table th {
overflow: hidden;
}
+.namespace {
+ font-weight: bold;
+ font-size: large;
+ color: #375EAB;
+}
+
.position_table {
border: 0px;
margin: 0px;