comment out display raw json event

This commit is contained in:
Girish Ramakrishnan
2019-08-03 09:37:29 -07:00
parent eb905aab86
commit eb7a037f94

View File

@@ -29,7 +29,9 @@
<pre ng-show="notification.messageJson" ng-click="$event.stopPropagation();" style="cursor: auto">{{ notification.messageJson | json }}</pre>
<br/>
<h2 ng-show="notification.eventId && notification.busyLoadEvent" class="text-center"><i class="fa fa-circle-notch fa-spin"></i></h2>
<!-- This dumps the raw JSON event
<pre ng-hide="!notification.eventId || notification.busyLoadEvent" ng-click="$event.stopPropagation();" style="cursor: auto">{{ notification.event.data | json }}</pre>
-->
</div>
</div>
</div>