forked from enviPath/enviPy
Wip
This commit is contained in:
@ -13,6 +13,14 @@ register_template(
|
||||
"modals.collections.compound",
|
||||
"modals/collections/new_pes_modal.html",
|
||||
)
|
||||
register_template(
|
||||
"epdb.actions.objects.pathway.add",
|
||||
"actions/objects/pathway_add_pes.html",
|
||||
)
|
||||
register_template(
|
||||
"epdb.modals.objects.pathway.add",
|
||||
"modals/objects/add_pathway_pes_node_modal.html"
|
||||
)
|
||||
|
||||
# PES Viz
|
||||
register_template(
|
||||
|
||||
8
bayer/templates/actions/objects/pathway_add_pes.html
Normal file
8
bayer/templates/actions/objects/pathway_add_pes.html
Normal file
@ -0,0 +1,8 @@
|
||||
<li>
|
||||
<a
|
||||
class="button"
|
||||
onclick="document.getElementById('add_pathway_pes_node_modal').showModal(); return false;"
|
||||
>
|
||||
<i class="glyphicon glyphicon-plus"></i> Add PES</a
|
||||
>
|
||||
</li>
|
||||
Reference in New Issue
Block a user