admin: View out of sync repositories
This commit is contained in:
parent
9a34e393f3
commit
08107931ea
4 changed files with 29 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ const indextpl = `<!DOCTYPE html>
|
|||
<span class="badge badge-{{ "{{ priorities[myClaimsMaxLevel] }}" }}" ng-show="myClaims">{{ "{{ myClaims }}" }}</span>
|
||||
<span class="badge badge-{{ "{{ priorities[newClaimsMaxLevel] }}" }}" ng-show="newClaims">{{ "{{ newClaims }}" }}</span>
|
||||
</a></li>
|
||||
<li class="nav-item" ng-class="{'active': $location.path().startsWith('/sync')}">
|
||||
<li class="nav-item" ng-class="{'active': $location.path().startsWith('/sync') || $location.path().startsWith('/repositories')}">
|
||||
<a class="nav-link" href="sync" ng-show="settings.wip">
|
||||
Synchronisation
|
||||
</a>
|
||||
|
|
|
|||
Reference in a new issue