##// END OF EJS Templates
Harden whitespace in log messages to show newlines, tabs, and spaces....
idpaterson -
Show More
@@ -1,5 +1,6 b''
1 table.log-list {
1 table.log-list {
2 tr.odd, tr.even {
2 tbody > tr > td {
3 vertical-align: top;
3 }
4 }
4
5
5 .http_status {
6 .http_status {
@@ -98,6 +99,7 b' table.log-list {'
98 .log {
99 .log {
99 font-size: 85%;
100 font-size: 85%;
100 margin-top: 5px;
101 margin-top: 5px;
102 white-space: pre-wrap;
101 }
103 }
102
104
103 }
105 }
@@ -73,9 +73,7 b''
73 <span class="name">namespace:</span> {{log.namespace}}</a>
73 <span class="name">namespace:</span> {{log.namespace}}</a>
74 <a ng-repeat="(tag, value) in log.tags" class="tag" ng-click="logs.addSearchTag({type:tag, value:value})">
74 <a ng-repeat="(tag, value) in log.tags" class="tag" ng-click="logs.addSearchTag({type:tag, value:value})">
75 <span class="name">{{tag}}:</span> {{value}}</a>
75 <span class="name">{{tag}}:</span> {{value}}</a>
76 <div class="log">
76 <div class="log">{{log.message}}</div>
77 {{log.message}}
78 </div>
79 </td>
77 </td>
80 <td class="c3 when">
78 <td class="c3 when">
81 <a ng-click="logs.filterId(log)" data-uib-tooltip="{{log.timestamp}}">
79 <a ng-click="logs.filterId(log)" data-uib-tooltip="{{log.timestamp}}">
General Comments 0
You need to be logged in to leave comments. Login now