summaryrefslogtreecommitdiff
path: root/chef-server-webui
diff options
context:
space:
mode:
authorTim Hinderliter <tim@opscode.com>2010-05-10 11:35:57 -0700
committerDaniel DeLeo <dan@opscode.com>2010-06-03 12:21:54 -0700
commitff84e220128c571edceabbfc0a21add581327053 (patch)
treeab95b792758209263f2147b305d7d109303b1dea /chef-server-webui
parenta226b78047deea5493ad6a1f4318bc877d295dc9 (diff)
downloadchef-ff84e220128c571edceabbfc0a21add581327053.tar.gz
cleanup only commit -- rename variables/method, remove dead code
Diffstat (limited to 'chef-server-webui')
-rw-r--r--chef-server-webui/app/controllers/application.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef-server-webui/app/controllers/application.rb b/chef-server-webui/app/controllers/application.rb
index 2778be878f..f35f9732fd 100644
--- a/chef-server-webui/app/controllers/application.rb
+++ b/chef-server-webui/app/controllers/application.rb
@@ -156,7 +156,6 @@ class Application < Merb::Controller
files_list
end
-
def build_tree(name, node)
html = "<table id='#{name}' class='tree table'>"
html << "<tr><th class='first'>Attribute</th><th class='last'>Value</th></tr>"