Sfoglia il codice sorgente

ux: updated singlestat default colors

Torkel Ödegaard 8 anni fa
parent
commit
bf680acae5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      public/app/plugins/panel/singlestat/module.ts

+ 1 - 1
public/app/plugins/panel/singlestat/module.ts

@@ -66,7 +66,7 @@ class SingleStatCtrl extends MetricsPanelCtrl {
     thresholds: '',
     thresholds: '',
     colorBackground: false,
     colorBackground: false,
     colorValue: false,
     colorValue: false,
-    colors: ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
+    colors: ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
     sparkline: {
     sparkline: {
       show: false,
       show: false,
       full: false,
       full: false,