15397: Remove obsolete APIs.
[arvados.git] / services / api / app / assets / stylesheets / nodes.css
diff --git a/services/api/app/assets/stylesheets/nodes.css b/services/api/app/assets/stylesheets/nodes.css
deleted file mode 100644 (file)
index 79b7293..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
-  Place all the styles related to the matching controller here.
-  They will automatically be included in application.css.
-*/
-.node-status {
-    /* unknown status - might be bad */
-    background: #ff8888;
-}
-.node-status-running .node-status {
-    background: #88ff88;
-}
-.node-status-missing .node-status {
-    background: #ff8888;
-}
-.node-status-terminated .node-status {
-    background: #ffffff;
-}
-
-.node-slurm-state {
-    /* unknown status - might be bad */
-    background: #ff8888;
-}
-.node-status-missing .node-slurm-state {
-    background: #ffffff;
-}
-.node-status-terminated .node-slurm-state {
-    background: #ffffff;
-}
-.node-status-running .node-slurm-state-alloc {
-    background: #88ff88;
-}
-.node-status-running .node-slurm-state-idle {
-    background: #ffbbbb;
-}
-.node-status-running .node-slurm-state-down {
-    background: #ff8888;
-}