diff options
| author | Luc Donnet | 2014-01-29 11:18:28 +0100 |
|---|---|---|
| committer | Luc Donnet | 2014-01-29 11:18:28 +0100 |
| commit | 7e436673e5954178cace5b40ac17e893b9d89733 (patch) | |
| tree | 448e4b7ed81e503eac8c806db0c867af4ee69e5b | |
| parent | 21b57b4cbc5860ffd6e9db8f6f420dd907d9e811 (diff) | |
| download | chouette-core-7e436673e5954178cace5b40ac17e893b9d89733.tar.bz2 | |
Change colors for compliance check task view
| -rw-r--r-- | app/views/compliance_check_tasks/show.js.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/compliance_check_tasks/show.js.coffee b/app/views/compliance_check_tasks/show.js.coffee index ffcc6dc5b..b5deabe4b 100644 --- a/app/views/compliance_check_tasks/show.js.coffee +++ b/app/views/compliance_check_tasks/show.js.coffee @@ -23,7 +23,7 @@ jQuery -> {label: "<%= t 'na', :scope => 'compliance_check_result.statuses' %>", value: <%= @compliance_check_task.compliance_check_results.na.error.count %>}, {label: "<%= t 'ok', :scope => 'compliance_check_result.statuses' %>", value: <%= @compliance_check_task.compliance_check_results.ok.error.count %>} ] - colors: [ "#e22b1b", "#ffbd2b", "#8fc861" ] + colors: [ "#e22b1b", "#898e7f", "#8fc861" ] }).on('click', update = (i, row) -> $(".report").empty() switch i @@ -39,7 +39,7 @@ jQuery -> {label: "<%= t 'na', :scope => 'compliance_check_result.statuses' %>", value: <%= @compliance_check_task.compliance_check_results.na.warning.count %>}, {label: "<%= t 'ok', :scope => 'compliance_check_result.statuses' %>", value: <%= @compliance_check_task.compliance_check_results.ok.warning.count %>} ] - colors: [ "#e22b1b", "#ffbd2b", "#8fc861" ] + colors: [ "#ffbd2b", "#898e7f", "#8fc861" ] }).on('click', update = (i, row) -> $(".report").empty() switch i |
