Attempt to update treeview.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<nav class="context-menu" id="context-menu">
|
||||
<nav class="flexDiv context-menu" id="context-menu">
|
||||
<h4 id="menu-header"></h4>
|
||||
<ul class="context-menu__items">
|
||||
<ul class="context-menu__items no-bullets">
|
||||
<li class="context-menu__item">
|
||||
<a href="#" class="context-menu__link" data-action="InsertSample">
|
||||
<i class="fa fa-eye"></i> Insert Sample
|
||||
|
||||
@@ -2,14 +2,6 @@
|
||||
{% for sample in samples %}
|
||||
<div class="well" draggable="true" id="{{ sample['well_id'] }}" style="background-color: {{ sample['background_color'] }};">
|
||||
<p style="font-size: 0.7em; text-align: center; word-wrap: break-word;">{{ sample['sample_id'] }}</p>
|
||||
<!-- <div class="tooltip" style="font-size: 0.5em; text-align: center; word-wrap: break-word;">{{ sample['sample_id'] }}-->
|
||||
<!-- <span class="tooltiptext">{{ sample['tooltip'] }}</span>-->
|
||||
<!-- </div>--
|
||||
grid-column-start: {{sample['column']}};
|
||||
grid-column-end: {{sample['column']}};
|
||||
grid-row-start: {{sample['row']}};
|
||||
grid-row-end: {{sample['row']}};-->
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user