forked from enviPath/enviPy
Current Dev State
This commit is contained in:
4
templates/actions/collections/compound.html
Normal file
4
templates/actions/collections/compound.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_compound_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Compound</a>
|
||||
</li>
|
||||
4
templates/actions/collections/compound_structure.html
Normal file
4
templates/actions/collections/compound_structure.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_compound_structure_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Compound Structure</a>
|
||||
</li>
|
||||
4
templates/actions/collections/group.html
Normal file
4
templates/actions/collections/group.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_group_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Group</a>
|
||||
</li>
|
||||
4
templates/actions/collections/model.html
Normal file
4
templates/actions/collections/model.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_model_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Model</a>
|
||||
</li>
|
||||
4
templates/actions/collections/package.html
Normal file
4
templates/actions/collections/package.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_package_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span>New Package</a>
|
||||
</li>
|
||||
4
templates/actions/collections/pathway.html
Normal file
4
templates/actions/collections/pathway.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#predict_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Pathway</a>
|
||||
</li>
|
||||
4
templates/actions/collections/reaction.html
Normal file
4
templates/actions/collections/reaction.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_reaction_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Reaction</a>
|
||||
</li>
|
||||
4
templates/actions/collections/rule.html
Normal file
4
templates/actions/collections/rule.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_rule_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Rule</a>
|
||||
</li>
|
||||
4
templates/actions/collections/scenario.html
Normal file
4
templates/actions/collections/scenario.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_pathway_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span> New Scenario</a>
|
||||
</li>
|
||||
4
templates/actions/collections/setting.html
Normal file
4
templates/actions/collections/setting.html
Normal file
@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<a role="button" data-toggle="modal" data-target="#new_setting_modal">
|
||||
<span class="glyphicon glyphicon-plus"></span>New Setting</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user