Add a throbber and better dialog for deleting repo

Fixes #265
This commit is contained in:
Joseph Schorr 2015-07-22 16:42:33 -04:00
parent 6ba2d972d2
commit b7581a8d3f
2 changed files with 24 additions and 6 deletions

View file

@ -103,4 +103,17 @@
</div>
</div>
</div>
<!-- Delete Repository Dialog -->
<div class="cor-confirm-dialog"
dialog-context="deleteRepoInfo"
dialog-action="deleteRepo(info, callback)"
dialog-title="Delete Repository"
dialog-action-title="Delete Repository">
<div class="co-alert co-alert-danger" style="margin-bottom: 10px;">
This action cannot be undone!
</div>
Continue with deletion of this repository?
</div>
</div>