admin: Display commit ID in admin interface
This commit is contained in:
parent
92bb409764
commit
2645109839
9 changed files with 30 additions and 5 deletions
|
|
@ -241,7 +241,9 @@
|
|||
<div class="card-body">
|
||||
<dl class="row">
|
||||
<dt class="col-3">Synchronisation</dt>
|
||||
<dd class="col" title="{{ configro['sync-type'] }}" ng-bind="configro.sync"></dd>
|
||||
<dd class="col-9" title="{{ configro['sync-type'] }}" ng-bind="configro.sync"></dd>
|
||||
<dt class="col-3" ng-if="configro['sync-id']">ID</dt>
|
||||
<dd class="col-9" ng-if="configro['sync-id']">{{ configro['sync-id'] }}</dd>
|
||||
</dl>
|
||||
|
||||
<div class="float-right" ng-if="configro.sync">
|
||||
|
|
|
|||
Reference in a new issue