add Project resource
[arvados.git] / app / assets / stylesheets / nodes.css
index afad32db02d37ceee7791f6bb1af74351a46cdcd..ba901922f108cc540393a89c2f1e4ee009efd337 100644 (file)
@@ -2,3 +2,16 @@
   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 {
+    background: #88ff88;
+}
+.node-status-missing {
+    background: #ff8888;
+}
+.node-status-terminated {
+    background: #ffffff;
+}