summaryrefslogtreecommitdiff
path: root/chef-server-webui
diff options
context:
space:
mode:
authorThom May <thom.may@betfair.com>2010-07-05 13:54:27 +0100
committerSeth Falcon <seth@opscode.com>2010-11-01 10:44:51 -0700
commit5b00cf426bbc4d0bf3212c40af81ae94664d859a (patch)
treebea6c236ff5bc67d504581d9216da8b643edd0a9 /chef-server-webui
parenta9c9cb557f4d431cda6d2df9b5526fc1dcf7836e (diff)
downloadchef-5b00cf426bbc4d0bf3212c40af81ae94664d859a.tar.gz
show recipe version in status page
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
-