summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-08-10 13:00:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-08-10 13:00:10 +0900
commite9b28fa3c00c7e1dc98c567d47111b33fbba2bf7 (patch)
tree6ea4bfbf13ba62376ed20a241383bc410a3f435b /src
parentchore(client): Design tweak (diff)
downloadsharkey-e9b28fa3c00c7e1dc98c567d47111b33fbba2bf7.tar.gz
sharkey-e9b28fa3c00c7e1dc98c567d47111b33fbba2bf7.tar.bz2
sharkey-e9b28fa3c00c7e1dc98c567d47111b33fbba2bf7.zip
chore(client): Design tweaks
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/instance/index.queue-chart.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/pages/instance/index.queue-chart.vue b/src/client/pages/instance/index.queue-chart.vue
index ff8c385330..78dfc9a667 100644
--- a/src/client/pages/instance/index.queue-chart.vue
+++ b/src/client/pages/instance/index.queue-chart.vue
@@ -67,21 +67,21 @@ export default Vue.extend({
pointRadius: 0,
lineTension: 0,
borderWidth: 0,
- backgroundColor: '#00E396',
+ backgroundColor: '#8BC34A',
data: []
}, {
label: 'Active',
pointRadius: 0,
lineTension: 0,
borderWidth: 0,
- backgroundColor: '#00BCD4',
+ backgroundColor: '#03A9F4',
data: []
}, {
label: 'Waiting',
pointRadius: 0,
lineTension: 0,
borderWidth: 0,
- backgroundColor: '#FFB300',
+ backgroundColor: '#FFC107',
data: []
}, {
label: 'Delayed',
@@ -90,7 +90,7 @@ export default Vue.extend({
pointRadius: 0,
lineTension: 0,
borderWidth: 2,
- borderColor: '#E53935',
+ borderColor: '#F44336',
borderDash: [5, 5],
fill: false,
data: []