Skip to content

Commit e512181

Browse files
author
Nuo Yan
committed
fix view for status page
1 parent ff56e3a commit e512181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chef-server-webui/app/views/status/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%th.last Run List
1414
- if @status.empty?
1515
%tr
16-
%td{:colspan => 7}= "You appear to have no nodes - try connecting one, or validating an existing #{link_to('registration', slice_url(:registrations))}"
16+
%td{:colspan => 7}= "You appear to have no nodes - try connecting one, or creating or editing a #{link_to('client', slice_url(:clients))}"
1717
- else
1818
- @status.each_with_index do |node, index|
1919
%tr{:class => "#{index % 2 == 1 ? 'odd' : 'even'}"}

0 commit comments

Comments
 (0)