Fixed dynamic east panel code
[htsworkflow.git] / htsworkflow / frontend / templates / flowcell_libraries_app.html
index ef7c3e5efd01f8385b3d27422a568df3ac1c8e12..6e31b596f446e9939c45d3f0a1bd66e81ba54ad8 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "app_base.html" %}
 
 {% block additional_css %}
-    <link rel="stylesheet" type="text/css" href="{% load adminmedia %}{% admin_media_prefix %}css/base.css" />
+    {% load adminmedia %}
     {% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% admin_media_prefix %}css/rtl.css{% endblock %}" />{% endif %}
     {% block extrastyle %}{% endblock %}
     {% block extrahead %}{% endblock %}
     </ul>
 {% endblock %}
 
-{% block east_region %}
-<div id="east_region_config" class="x-hidden">changelist-filter</div>
-{% endblock %}
\ No newline at end of file
+{% block app_toolbar_west %}
+    <div id="Library Index" href="{% url htsworkflow.frontend.samples.views.library %}"></div>
+    <div id="Run Folders" href="/runfolders/"></div>
+{% endblock %}
+
+{% block app_toolbar_east %}
+    <!--<div id="Admin" href="/admin/"></div>-->
+{% endblock %}