forked from enviPath/enviPy
All html files now prettier formatted and fixes for incompatible blocks applied Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#193 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
21 lines
531 B
HTML
21 lines
531 B
HTML
<li>
|
|
<a role="button" data-toggle="modal" data-target="#new_package_modal">
|
|
<span class="glyphicon glyphicon-plus"></span> New Package</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#import_package_modal">
|
|
<span class="glyphicon glyphicon-import"></span> Import Package from JSON</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a
|
|
role="button"
|
|
data-toggle="modal"
|
|
data-target="#import_legacy_package_modal"
|
|
>
|
|
<span class="glyphicon glyphicon-import"></span> Import Package from legacy
|
|
JSON</a
|
|
>
|
|
</li>
|