diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-02 09:47:30 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-02 09:47:30 +0000 |
commit | 4e0a9182aa9f57d9bd26abdc242e41538d338ef1 (patch) | |
tree | bac9972bc3384bced9c27a095b88afef20f52af1 /sonar-server | |
parent | 633b9565942097ef138a808eb679659a711d75da (diff) | |
download | sonarqube-4e0a9182aa9f57d9bd26abdc242e41538d338ef1.tar.gz sonarqube-4e0a9182aa9f57d9bd26abdc242e41538d338ef1.zip |
minor improvement of update center: remove column headers in the 'installed' page
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb index 020891709de..7d864bd0012 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb @@ -68,14 +68,7 @@ <div class="break30"> </div> - <table class="data width100" id="core-plugins"> - <thead> - <tr><th colspan="3"><h2>System plugins</h2></th></tr> - <tr> - <th>Plugin</th> - <th>Description</th> - </tr> - </thead> + <table class="data width100" id="system-plugins"> <tbody> <% @core_plugins.each do |plugin| |