Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
feat(log): Add gateway identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
brasseld committed Jul 11, 2017
1 parent b5a2d98 commit 815b4c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/management/api/logs/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<td md-cell><span style="font-weight: bold">Tenant</span></td>
<td md-cell>{{$ctrl.log.tenant}}</td>
</tr>
<tr md-row style="height: 30px;">
<td md-cell><span style="font-weight: bold">Gateway</span></td>
<td md-cell>{{$ctrl.log.gateway}}</td>
</tr>
</tbody>
</table>
</md-table-container>
Expand Down

0 comments on commit 815b4c7

Please sign in to comment.