Skip to content

Commit

Permalink
oops, restore accidental delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 1, 2024
1 parent b716baf commit f89e44b
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<div class="btn-group" uib-dropdown>
<button type="button" id="import-button" class="btn btn-default" uib-dropdown-toggle>
<i class="bi bi-cloud-arrow-up"></i>
Import
<i class="caret"></i>
</button>

<ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="import-button">
<li role="menuitem">
<a ng-click="ctrl.import.promptModalCase()">
Create New Quepid Case from JSON
</a>
<a ng-click="ctrl.import.promptModalSnapshot()">
Import Snapshots From CSV
</a>
</li>
</ul>
</div>

0 comments on commit f89e44b

Please sign in to comment.