diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-08-29 15:49:36 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-08-29 15:49:43 +0600 |
commit | 6fec2fe3b2ed0d3467de93de5adc4b64db78a5c7 (patch) | |
tree | fc2d4f5aa650ec9475af6950b31bdd76d6af8a2f /server/sonar-web/src/main | |
parent | c53c476652f3b175e96d76f12b1cc20b1873a195 (diff) | |
download | sonarqube-6fec2fe3b2ed0d3467de93de5adc4b64db78a5c7.tar.gz sonarqube-6fec2fe3b2ed0d3467de93de5adc4b64db78a5c7.zip |
Remove views proto
Diffstat (limited to 'server/sonar-web/src/main')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/controllers/views_proto_controller.rb | 27 | ||||
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/views_proto/index.html.erb | 155 |
2 files changed, 0 insertions, 182 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/views_proto_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/views_proto_controller.rb deleted file mode 100644 index c4ce00d25ca..00000000000 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/views_proto_controller.rb +++ /dev/null @@ -1,27 +0,0 @@ -# -# SonarQube, open source software quality management tool. -# Copyright (C) 2008-2014 SonarSource -# mailto:contact AT sonarsource DOT com -# -# SonarQube is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 3 of the License, or (at your option) any later version. -# -# SonarQube is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -class ViewsProtoController < ApplicationController - - SECTION=Navigation::SECTION_CONFIGURATION - - def index - - end -end diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/views_proto/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/views_proto/index.html.erb deleted file mode 100644 index dce06eec3b8..00000000000 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/views_proto/index.html.erb +++ /dev/null @@ -1,155 +0,0 @@ -<div class="navigator quality-gates-navigator" style="margin: -10px;"> - <div class="navigator-content"> - <div class="navigator-side"> - <div class="navigator-actions"> - <div><h1 class="navigator-header-title">Views</h1> - - <div class="navigator-header-actions button-group"> - <button id="quality-gate-add">Create</button> - </div> - </div> - </div> - <div class="navigator-results quality-gates-nav"> - <input type="text" placeholder="Search Views..." style="width: 100%; margin-bottom: 10px;"> - - <ol class="navigator-results-list"> - <li class="active"> - <div class="line line-nowrap">By License</div> - </li> - <li> - <div class="line line-nowrap">Language Team</div> - </li> - <li> - <div class="line line-nowrap">Nemo & Dory</div> - </li> - <li> - <div class="line line-nowrap">Platform Team</div> - </li> - <li> - <div class="line line-nowrap">Projects on Dory</div> - </li> - <li> - <div class="line line-nowrap">Teams</div> - </li> - </ol> - </div> - </div> - <div class="navigator-main"> - <div class="navigator-header"> - <div><h1 class="navigator-header-title">By License</h1> - <div class="navigator-header-actions button-group"> - <button id="quality-gate-rename">Edit</button> - <button id="quality-gate-copy">Add Sub-view</button> - <button id="quality-gate-delete" class="button-red">Delete</button> - </div> - </div> - </div> - - <div class="navigator-details"> - <div class="quality-gate-section"> - <div class="quality-gate-section-name">Structure</div> - <div class="libraries-tree"> - <ul> - <li> - <i class="icon-qualifier-svw"></i> - <span class="libraries-tree-name">By License</span> - <ul> - <li class="libraries-tree-with-subtree"> - <i class="icon-qualifier-svw"></i> - <a> - <span class="libraries-tree-name">Commercial</span> - </a> - <ul> - <li> - <i class="icon-qualifier-trk"></i> - <span class="libraries-tree-name">All projects matching regular expression "com.*"</span> - </li> - </ul> - </li> - <li class="libraries-tree-with-subtree"> - <i class="icon-qualifier-svw"></i> - <a> - <span class="libraries-tree-name">Open Source</span> - </a> - <ul> - <li> - <i class="icon-qualifier-trk"></i> - <span class="libraries-tree-name">All projects matching regular expression "(org.*)|(hudson.*)"</span> - </li> - </ul> - </li> - <li class="libraries-tree-with-subtree"> - <i class="icon-qualifier-svw"></i> - <a> - <span class="libraries-tree-name">Unclassified</span> - </a> - <ul> - <li> - <i class="icon-qualifier-trk"></i> - <span class="libraries-tree-name">All remaining projects not associated to "BY_LICENSE"</span> - </li> - </ul> - </li> - </ul> - </li> - </ul> - </div> - </div> - - <div class="quality-gate-section"> - <div class="quality-gate-section-name">Projects</div> - <div id="select-list-projects" style="width: 100%;"> - <div class="select-list-container"> - <div class="select-list-control"> - <div class="select-list-check-control"> - <a class="select-list-control-button active" name="selected">With</a><a class="select-list-control-button" name="deselected">Without</a><a class="select-list-control-button" name="all">All</a> - </div> - <div class="select-list-search-control disabled"> - <input type="text" placeholder="Search"><a class="select-list-search-control-clear">×</a></div> - </div> - <div class="select-list-list-container" style="height: 400px; overflow: auto;"> - <ul class="select-list-list"> - <li class="selected"> - <input class="select-list-list-checkbox" type="checkbox" name="CSS" title="Click to remove association between this project and the quality gate"> - - <div class="select-list-list-item">CSS</div> - </li> - <li class="selected"> - <input class="select-list-list-checkbox" type="checkbox" name="EBCDIC to ASCII converter" title="Click to remove association between this project and the quality gate"> - - <div class="select-list-list-item">EBCDIC to ASCII converter</div> - </li> - <li class="selected"> - <input class="select-list-list-checkbox" type="checkbox" name="Flee" title="Click to remove association between this project and the quality gate"> - - <div class="select-list-list-item">Flee</div> - </li> - <li class="selected"> - <input class="select-list-list-checkbox" type="checkbox" name="Flex" title="Click to remove association between this project and the quality gate"> - - <div class="select-list-list-item">Flex</div> - </li> - <li class="selected"> - <input class="select-list-list-checkbox" type="checkbox" name="Fortify for SonarQube" title="Click to remove association between this project and the quality gate"> - - <div class="select-list-list-item">Fortify for SonarQube</div> - </li> - <li class="selected"> - <input class="select-list-list-checkbox" type="checkbox" name="Infra Jenkins Job Creator" title="Click to remove association between this project and the quality gate"> - - <div class="select-list-list-item">Infra Jenkins Job Creator</div> - </li> - <li class="selected"> - <input class="select-list-list-checkbox" type="checkbox" name="Issues Density Plugin" title="Click to remove association between this project and the quality gate"> - - <div class="select-list-list-item">Issues Density Plugin</div> - </li> - </ul> - </div> - </div> - </div> - </div> - </div> - </div> - </div> -</div> |