summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs/dash/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/modules/edit/htdocs/dash/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/dash/index.html b/sca-cpp/trunk/modules/edit/htdocs/dash/index.html
index d84424e96e..d3add792d6 100644
--- a/sca-cpp/trunk/modules/edit/htdocs/dash/index.html
+++ b/sca-cpp/trunk/modules/edit/htdocs/dash/index.html
@@ -29,14 +29,15 @@
<body>
<div id="menu"></div>
-<br/>
-<h1>Welcome to your App Dashboard!</h1>
-<br/>
-<div id="dashboard"></div>
-
<script type="text/javascript">
+
// Load the menu bar
ui.loadwidget('menu', '/menu.html');
+</script>
+
+<div id="dashboard"></div>
+
+<script type="text/javascript">
// Load the dashboard
ui.loadiframe('dashboard', 'dashboard.html');