Merge pull request #267 from coreos-inc/deletethrob

Add a throbber and better dialog for deleting repo
This commit is contained in:
Jimmy Zelinskie 2015-07-23 11:28:06 -04:00
commit 242c322850
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>