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/nodes/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-server-webui/app/views/nodes/show.html.haml b/chef-server-webui/app/views/nodes/show.html.haml
index f68405ad2e..6fdd928956 100644
--- a/chef-server-webui/app/views/nodes/show.html.haml
+++ b/chef-server-webui/app/views/nodes/show.html.haml
@@ -28,7 +28,7 @@
%td= run_list_item.type
.left.accordion
%h3.head= link_to("Recipes", "#")
- - recipes = @node.run_list.expand('server').recipes
+ - recipes = @node.run_list.expand('server', :environment => @node.chef_environment).recipes
%div
%span.description.form.help
This is the list of recipes, fully expanded, as they will be applied to the node in question.