From f9b68e116aa066770c893955b185d459c42ddd34 Mon Sep 17 00:00:00 2001 From: danvolchek Date: Tue, 13 Nov 2018 00:37:09 -0600 Subject: change log parser checkboxs and show/hide all buttons to be visible/invisible instead of shown/hidden --- src/SMAPI.Web/Views/LogParser/Index.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/SMAPI.Web/Views') diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 36eb9bb5..58830d64 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -145,14 +145,14 @@ else if (Model.ParsedLog?.IsValid == true) @if (!Model.ShowRaw) { click any mod to filter - show all - hide all + show all + hide all } @foreach (var mod in Model.ParsedLog.Mods.Where(p => p.ContentPackFor == null)) { - + @mod.Name @mod.Version @if (contentPacks != null && contentPacks.TryGetValue(mod.Name, out LogModInfo[] contentPackList)) -- cgit