dashboard: Show eventlog source IP in details
This commit is contained in:
@@ -1463,7 +1463,10 @@
|
||||
<td style="word-wrap: anywhere;" colspan="3" ng-bind-html="eventLog.details"></td>
|
||||
</tr>
|
||||
<tr ng-show="eventlog.activeEventLog === eventLog">
|
||||
<td colspan="4"><pre class="eventlog-details">{{ eventLog.raw.data | json }}</pre></td>
|
||||
<td colspan="4">
|
||||
<p ng-show="eventLog.raw.source.ip">Source IP: <code>{{ eventLog.raw.source.ip }}</code></p>
|
||||
<pre class="eventlog-details">{{ eventLog.raw.data | json }}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user