You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/12/11 11:57:46 UTC

git commit: MARMOTTA-381: applied patch by Oliver

Updated Branches:
  refs/heads/develop be14d5985 -> ce252f3e0


MARMOTTA-381: applied patch by Oliver


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/ce252f3e
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/ce252f3e
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/ce252f3e

Branch: refs/heads/develop
Commit: ce252f3e0855c502d9e6826c160025636ce14bc4
Parents: be14d59
Author: Jakob Frank <ja...@apache.org>
Authored: Wed Dec 11 11:56:49 2013 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Dec 11 11:56:49 2013 +0100

----------------------------------------------------------------------
 .../src/main/resources/web/admin/console.html                   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/ce252f3e/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html b/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html
index 95543c3..39b541d 100644
--- a/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html
+++ b/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html
@@ -26,7 +26,8 @@
 <body>
 <!--###BEGIN_CONTENT###-->
 <h1>Manage Marmotta database via web-interface</h1>
-<iframe src="../../database/" width="100%" height="500px" scrolling="no" style="border:none;"></iframe>
+<a href="../../database/" target="_blank">Open console in a seperate window</a><br/><br/>
+<iframe id="console_frame" src="../../database/" width="100%" height="700px" scrolling="no" style="border:none;"></iframe>
 <!--###END_CONTENT###-->
 </body>
-</html>
\ No newline at end of file
+</html>