WIP tunnel details
This commit is contained in:
parent
e085dbb5e3
commit
5ba8ccc0df
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<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><code>{{ tunnel.TokenText }}</code></td>
|
||||||
<td>{{ tunnel.Time | date:"medium" }}</td>
|
<td>{{ tunnel.Time | date:"medium" }}</td>
|
||||||
<td><code ng-show="tunnel.PubKey">{{ tunnel.PubKey }}</code><span ng-show="!tunnel.PubKey">(none)</span></td>
|
<td><code ng-show="tunnel.PubKey">{{ tunnel.PubKey }}</code><span ng-show="!tunnel.PubKey">(none)</span></td>
|
||||||
|
|
Reference in a new issue