summaryrefslogtreecommitdiff
path: root/chef-server-webui
diff options
context:
space:
mode:
Diffstat (limited to 'chef-server-webui')
-rw-r--r--chef-server-webui/app/views/status/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chef-server-webui/app/views/status/index.html.haml b/chef-server-webui/app/views/status/index.html.haml
index 12f17f8ee9..1c26b8182a 100644
--- a/chef-server-webui/app/views/status/index.html.haml
+++ b/chef-server-webui/app/views/status/index.html.haml
@@ -79,6 +79,7 @@
%tr
%th.first Position
%th Name
+ %th Version
%th.last Type
%tbody
- if node[1].run_list.empty?
@@ -89,5 +90,5 @@
%tr
%td.position= i
%td= run_list_item.name
+ %td= run_list_item.version
%td= run_list_item.type
-