diff options
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb | 2 |
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 9b926826500..e65d69f2c51 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="600" frameborder="0" scrolling="no" name="settings_iframe"></iframe>
\ No newline at end of file +<iframe src="<%= url -%>" width="100%" height="700" frameborder="0" scrolling="no" name="settings_iframe"></iframe>
\ No newline at end of file |