summaryrefslogtreecommitdiff
path: root/chef-server-webui
diff options
context:
space:
mode:
authorNuo Yan <nuoyan@nuo-yans-macbook-pro.local>2009-10-13 11:33:58 -0700
committerNuo Yan <nuoyan@nuo-yans-macbook-pro.local>2009-10-13 11:33:58 -0700
commite5121817ab8525e51a01a4420631c4829e39b5ae (patch)
tree90dabc29207ac8c98eeb05bebc5be3bf8a643e07 /chef-server-webui
parentff56e3acf6305f44dbe6aca0eb998248ce875b46 (diff)
downloadchef-e5121817ab8525e51a01a4420631c4829e39b5ae.tar.gz
fix view for status page
Diffstat (limited to 'chef-server-webui')
-rw-r--r--chef-server-webui/app/views/status/index.html.haml2
1 files changed, 1 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 743fe40016..1994e8502e 100644
--- a/chef-server-webui/app/views/status/index.html.haml
+++ b/chef-server-webui/app/views/status/index.html.haml
@@ -13,7 +13,7 @@
%th.last Run List
- if @status.empty?
%tr
- %td{:colspan => 7}= "You appear to have no nodes - try connecting one, or validating an existing #{link_to('registration', slice_url(:registrations))}"
+ %td{:colspan => 7}= "You appear to have no nodes - try connecting one, or creating or editing a #{link_to('client', slice_url(:clients))}"
- else
- @status.each_with_index do |node, index|
%tr{:class => "#{index % 2 == 1 ? 'odd' : 'even'}"}