aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/compliance_check_sets
diff options
context:
space:
mode:
authorcedricnjanga2018-01-12 14:51:00 +0100
committercedricnjanga2018-01-12 14:56:34 +0100
commit907e0300cc2ff77df67171642c7cc5579a34163a (patch)
tree8b8eb904f918ad401004f3e1ae160c27c9aaa3df /app/views/compliance_check_sets
parent04e7d217a77e6b2c70a4a5994993bf0c0bbff08e (diff)
downloadchouette-core-907e0300cc2ff77df67171642c7cc5579a34163a.tar.bz2
Refs #5163
Add compliance check resource status helper Add small changes for CSV export
Diffstat (limited to 'app/views/compliance_check_sets')
-rw-r--r--app/views/compliance_check_sets/show.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/compliance_check_sets/show.html.slim b/app/views/compliance_check_sets/show.html.slim
index 9644ed5a2..35a60eb52 100644
--- a/app/views/compliance_check_sets/show.html.slim
+++ b/app/views/compliance_check_sets/show.html.slim
@@ -46,7 +46,7 @@
), \
TableBuilderHelper::Column.new( \
key: :status, \
- attribute: Proc.new { |n| compliance_check_set_status(n.status) } \
+ attribute: Proc.new { |n| compliance_check_resource_status(n.status) } \
), \
TableBuilderHelper::Column.new( \
key: :metrics, \