Browse Source

Log filtering not working

old/redesign
Ruud 10 years ago
parent
commit
fe8f4619ba
  1. 12
      couchpotato/core/plugins/log/static/log.scss
  2. 2
      couchpotato/static/style/combined.min.css

12
couchpotato/core/plugins/log/static/log.scss

@ -91,12 +91,12 @@
&[data-filter=INFO] .error, [data-filter=INFO] .error,
&[data-filter=INFO] .debug, [data-filter=INFO] .debug,
&[data-filter=ERROR] .debug, [data-filter=ERROR] .debug,
&[data-filter=ERROR] .info, [data-filter=ERROR] .info,
&[data-filter=DEBUG] .info, [data-filter=DEBUG] .info,
&[data-filter=DEBUG] .error { [data-filter=DEBUG] .error {
display: none; display: none;
} }
} }

2
couchpotato/static/style/combined.min.css

@ -372,7 +372,7 @@
.page.log .container .message{float:right;width:86%;white-space:pre-wrap} .page.log .container .message{float:right;width:86%;white-space:pre-wrap}
.page.log .container .error{color:#FFA4A4} .page.log .container .error{color:#FFA4A4}
.page.log .container .debug span{opacity:.6} .page.log .container .debug span{opacity:.6}
.page.log[data-filter=DEBUG] .error,.page.log[data-filter=DEBUG] .info,.page.log[data-filter=ERROR] .debug,.page.log[data-filter=ERROR] .info,.page.log[data-filter=INFO] .debug,.page.log[data-filter=INFO] .error{display:none} .page.log [data-filter=DEBUG] .error,.page.log [data-filter=DEBUG] .info,.page.log [data-filter=ERROR] .debug,.page.log [data-filter=ERROR] .info,.page.log [data-filter=INFO] .debug,.page.log [data-filter=INFO] .error{display:none}
.report_popup.report_popup{position:fixed;left:0;right:0;bottom:0;top:0;z-index:99999;font-size:14px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:1;color:#FFF;pointer-events:auto} .report_popup.report_popup{position:fixed;left:0;right:0;bottom:0;top:0;z-index:99999;font-size:14px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:1;color:#FFF;pointer-events:auto}
.disable_hover .scroll_content>*,.mask,.ripple{pointer-events:none} .disable_hover .scroll_content>*,.mask,.ripple{pointer-events:none}
.report_popup.report_popup .button{display:inline-block;margin:10px 0;padding:10px;color:#FFF} .report_popup.report_popup .button{display:inline-block;margin:10px 0;padding:10px;color:#FFF}

Loading…
Cancel
Save