forked from enviPath/enviPy
30 lines
860 B
HTML
30 lines
860 B
HTML
{% if meta.can_edit %}
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#edit_rule_modal">
|
|
<i class="glyphicon glyphicon-edit"></i> Edit Rule</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#set_aliases_modal">
|
|
<i class="glyphicon glyphicon-plus"></i> Set Aliases</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#set_scenario_modal">
|
|
<i class="glyphicon glyphicon-plus"></i> Set Scenarios</a
|
|
>
|
|
</li>
|
|
{% endif %}
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#generic_copy_object_modal">
|
|
<i class="glyphicon glyphicon-duplicate"></i> Copy</a
|
|
>
|
|
</li>
|
|
{% if meta.can_edit %}
|
|
<li>
|
|
<a class="button" data-toggle="modal" data-target="#generic_delete_modal">
|
|
<i class="glyphicon glyphicon-trash"></i> Delete Rule</a
|
|
>
|
|
</li>
|
|
{% endif %}
|