From 3927014d701bf7ee1a824ccaf613fb7ca2f8185d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 2 Dec 2017 01:26:28 -0500 Subject: redesign log parser filters --- src/SMAPI.Web/Views/LogParser/Index.cshtml | 77 ++++++++++++------------ src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 43 +++---------- src/SMAPI.Web/wwwroot/Content/js/log-parser.js | 2 +- 3 files changed, 45 insertions(+), 77 deletions(-) (limited to 'src') diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index a18586a9..50e86ee6 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -23,49 +23,46 @@ @if (Model.PasteID != null) {

Parsed log

- }
-