diff options
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| |