mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 05:38:09 +02:00
fix: fix queue admin
This commit is contained in:
@@ -197,14 +197,14 @@
|
|||||||
<a
|
<a
|
||||||
class="dropdown-item"
|
class="dropdown-item"
|
||||||
href="#"
|
href="#"
|
||||||
ng-click="removeJob('remove', job)"
|
ng-click="removeJob('cache', job)"
|
||||||
>
|
>
|
||||||
<i class="fas fa-trash-alt"></i> Remove
|
<i class="fas fa-trash-alt"></i> Remove
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="dropdown-item"
|
class="dropdown-item"
|
||||||
href="#"
|
href="#"
|
||||||
ng-click="retryJob('remove', job)"
|
ng-click="retryJob('cache', job)"
|
||||||
>
|
>
|
||||||
<i class="fas fa-sync"></i> Retry
|
<i class="fas fa-sync"></i> Retry
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user