Use repo ID rather than path in header (fixes #425)

This commit is contained in:
Jakob Borg 2014-08-03 21:58:36 +02:00
parent 327cd4cb87
commit 6f724a113c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -153,7 +153,7 @@
<div class="panel-heading">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#repositories" href="#repo-{{$index}}">
<span class="glyphicon glyphicon-hdd"></span> {{repo.Directory | shortPath}}
<span class="glyphicon glyphicon-hdd"></span> {{repo.ID}}
<span class="pull-right hidden-xs" ng-switch="repoStatus(repo.ID)">
<span translate ng-switch-when="unknown">Unknown</span>
<span translate ng-switch-when="stopped">Stopped</span>