summaryrefslogtreecommitdiff
path: root/res/local
diff options
context:
space:
mode:
Diffstat (limited to 'res/local')
-rw-r--r--res/local/template.d/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html
index b1289c52..a9e94743 100644
--- a/res/local/template.d/index.html
+++ b/res/local/template.d/index.html
@@ -80,7 +80,11 @@ var RZ_VERSION = '{% include "version.txt" %}';
<div id="btn_zoom_in" title="Zoom in"></div>
<div id="btn_zoom_out"title="Zoom out"></div>
</div>
- <div id="input-box-set-container">
+ <div id="left-column-container">
+ <div id="activity_view" style="display:none">
+ <div id="activity_view__header">Activity</div>
+ <div id="activity_view__body"></div>
+ </div>
<div class="input-container" id="input-container__search">
<input class="input-bar" tabindex="1" id="search" placeholder="Select elements"/>
<button tabindex="-1" id="btn_search"></button>
@@ -119,10 +123,6 @@ var RZ_VERSION = '{% include "version.txt" %}';
<div class="type_selection__row" id="type_selection__chosen_type_desc"></div>
</div>
</div>
- <div id="activity_view" style="display:none">
- <div id="activity_view__header">Activity</div>
- <div id="activity_view__body"></div>
- </div>
<div class="rhizi-logo"><a tabindex="-1" href="http://www.rhizi.org">
<img src="/static/img/rhizi-logo.png"/></a>
</div>