WIP tunnel details

This commit is contained in:
nemunaire 2019-03-15 13:03:39 +01:00
parent e085dbb5e3
commit 5ba8ccc0df

View file

@ -12,7 +12,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="tunnel in tunnels">
<tr ng-repeat="tunnel in tunnels" ng-class="{'bg-success': tunnel.dump}">
<td><code>{{ tunnel.TokenText }}</code></td>
<td>{{ tunnel.Time | date:"medium" }}</td>
<td><code ng-show="tunnel.PubKey">{{ tunnel.PubKey }}</code><span ng-show="!tunnel.PubKey">(none)</span></td>