Fixed bug: webapp should notice when remote deletion cannot complete due to not syncing

This commit is contained in:
Farhan Kathawala 2016-06-13 17:57:16 -07:00 committed by Joey Hess
parent 35dbe35007
commit 922371d5df
Failed to extract signature

View file

@ -60,6 +60,11 @@
<a href="@{SyncNowRepositoryR $ asUUID repoid}">
<span .glyphicon .glyphicon-refresh>
\ Sync now
$if notSyncing actions
<a title="Not allowed when syncing is disabled." href="#" style="color: #999;">
<span .glyphicon .glyphicon-trash>
\ Delete
$else
<a href="@{DeleteRepositoryR $ asUUID repoid}">
<span .glyphicon .glyphicon-trash>
\ Delete