diff --git a/packages/client/src/widgets/activity.chart.vue b/packages/client/src/widgets/activity.chart.vue index 9702d6666..3b1705403 100644 --- a/packages/client/src/widgets/activity.chart.vue +++ b/packages/client/src/widgets/activity.chart.vue @@ -4,17 +4,17 @@ :points="pointsNote" fill="none" stroke-width="1" - stroke="#41ddde"/> + stroke="#96CCE7"/> + stroke="#FF9D9D"/> + stroke="#B0E7CB"/> ({ &:nth-child(1) { > .meter > .val { - background: #f7796c; + background: #96CCE7; } } &:nth-child(2) { > .meter > .val { - background: #a1de41; + background: #CECEFF; } } &:nth-child(3) { > .meter > .val { - background: #41ddde; + background: #B0E7CB; } } } diff --git a/packages/client/src/widgets/server-metric/cpu-mem.vue b/packages/client/src/widgets/server-metric/cpu-mem.vue index ad9e6a8b0..3bca4636c 100644 --- a/packages/client/src/widgets/server-metric/cpu-mem.vue +++ b/packages/client/src/widgets/server-metric/cpu-mem.vue @@ -3,8 +3,8 @@ - - + + - - + + {{ (value * 100).toFixed(0) }}%