From 63eb249b418c5f8a8afd5f4665ac3af914a38dce Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 30 十月 2019 18:22:07 +0800
Subject: [PATCH] update color
---
config/test.yaml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/test.yaml b/config/test.yaml
index 4c84f61..9365366 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -24,16 +24,16 @@
sysThresholds:
-
value: 60
- color: #13ce66
+ color: '#13ce66'
-
value: 80
- color: #FF9C4A
+ color: '#FF9C4A'
-
value: 95
- color: #f53d3d
+ color: '#f53d3d'
-
value: 100
- color: #5d0000
+ color: '#5d0000'
database:
driver: sqlite
name: sqlite3
--
Gitblit v1.8.0