Show More
@@ -8455,6 +8455,9 b' form.graph-type.form-inline {' | |||
|
8455 | 8455 | form.graph-type.form-inline select { |
|
8456 | 8456 | margin-right: 10px; |
|
8457 | 8457 | } |
|
8458 | table.log-list tbody > tr > td { | |
|
8459 | vertical-align: top; | |
|
8460 | } | |
|
8458 | 8461 | table.log-list .http_status { |
|
8459 | 8462 | width: 52px; |
|
8460 | 8463 | } |
@@ -8550,6 +8553,7 b' table.log-list .critical {' | |||
|
8550 | 8553 | table.log-list .log { |
|
8551 | 8554 | font-size: 85%; |
|
8552 | 8555 | margin-top: 5px; |
|
8556 | white-space: pre-wrap; | |
|
8553 | 8557 | } |
|
8554 | 8558 | .register-section #social_block { |
|
8555 | 8559 | margin-bottom: 20px; |
@@ -5717,9 +5717,7 b' function kickstartAE() {' | |||
|
5717 | 5717 | " <span class=\"name\">namespace:</span> {{log.namespace}}</a>\n" + |
|
5718 | 5718 | " <a ng-repeat=\"(tag, value) in log.tags\" class=\"tag\" ng-click=\"logs.addSearchTag({type:tag, value:value})\">\n" + |
|
5719 | 5719 | " <span class=\"name\">{{tag}}:</span> {{value}}</a>\n" + |
|
5720 | " <div class=\"log\">\n" + | |
|
5721 | " {{log.message}}\n" + | |
|
5722 | " </div>\n" + | |
|
5720 | " <div class=\"log\">{{log.message}}</div>\n" + | |
|
5723 | 5721 | " </td>\n" + |
|
5724 | 5722 | " <td class=\"c3 when\">\n" + |
|
5725 | 5723 | " <a ng-click=\"logs.filterId(log)\" data-uib-tooltip=\"{{log.timestamp}}\">\n" + |
General Comments 0
You need to be logged in to leave comments.
Login now