chg: Improve rendering menu

pull/81/head
Raphaël Vinot 2020-07-29 13:39:01 +02:00
parent fca85530d5
commit c653472ab2
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@
<img src="{{ url_for('static', filename='lookyloo.jpeg') }}" alt="Lookyloo icon" height="110"> <img src="{{ url_for('static', filename='lookyloo.jpeg') }}" alt="Lookyloo icon" height="110">
</a> </a>
</div> </div>
<hr/>
<center> <center>
<div style="display: inline"> <div style="display: inline">
<b>Menu</b> <b>Menu</b>
@ -70,6 +71,7 @@
</button> </button>
</div> </div>
</center> </center>
<hr/>
<ul class="list-unstyled components"> <ul class="list-unstyled components">
<li> <li>
<a href="#modulesModal" data-remote="{{ url_for('trigger_modules', tree_uuid=tree_uuid, force=False) }}" <a href="#modulesModal" data-remote="{{ url_for('trigger_modules', tree_uuid=tree_uuid, force=False) }}"