From fe8f4619bac71cad2465bfebdbcc76cd7e3616c5 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 19 Aug 2015 16:23:51 +0200 Subject: [PATCH] Log filtering not working --- couchpotato/core/plugins/log/static/log.scss | 12 ++++++------ couchpotato/static/style/combined.min.css | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/couchpotato/core/plugins/log/static/log.scss b/couchpotato/core/plugins/log/static/log.scss index 9a3dd35..3929ac0 100644 --- a/couchpotato/core/plugins/log/static/log.scss +++ b/couchpotato/core/plugins/log/static/log.scss @@ -91,12 +91,12 @@ - &[data-filter=INFO] .error, - &[data-filter=INFO] .debug, - &[data-filter=ERROR] .debug, - &[data-filter=ERROR] .info, - &[data-filter=DEBUG] .info, - &[data-filter=DEBUG] .error { + [data-filter=INFO] .error, + [data-filter=INFO] .debug, + [data-filter=ERROR] .debug, + [data-filter=ERROR] .info, + [data-filter=DEBUG] .info, + [data-filter=DEBUG] .error { display: none; } } diff --git a/couchpotato/static/style/combined.min.css b/couchpotato/static/style/combined.min.css index eac07a6..93e3afd 100644 --- a/couchpotato/static/style/combined.min.css +++ b/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 .error{color:#FFA4A4} .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} .disable_hover .scroll_content>*,.mask,.ripple{pointer-events:none} .report_popup.report_popup .button{display:inline-block;margin:10px 0;padding:10px;color:#FFF}