aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-08-09 16:27:40 +0200
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-08-09 16:27:40 +0200
commit172880d926993699db08e683a55e9a58a7581439 (patch)
treea4f2bbabd56eb1e1cbf964f373f6ab13a338a2ab
parent7f9a02b7506387c7e72f46b113a04e0af81e1176 (diff)
downloadsonarqube-172880d926993699db08e683a55e9a58a7581439.tar.gz
sonarqube-172880d926993699db08e683a55e9a58a7581439.zip
SONAR-4565 Make the server ids iFrame scrollable to prevent overflow
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb
index e65d69f2c51..2fbf5b82c6d 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb
@@ -1 +1 @@
-<iframe src="<%= url -%>" width="100%" height="700" frameborder="0" scrolling="no" name="settings_iframe"></iframe> \ No newline at end of file
+<iframe src="<%= url -%>" width="100%" height="700" frameborder="0" scrolling="yes" name="settings_iframe"></iframe> \ No newline at end of file