diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-01 23:36:53 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-01 23:36:53 -0500 |
commit | 188cd2403df315087ac646e04ba7d10449b7f709 (patch) | |
tree | a439f064578d9d4cad948a2fe388a490ede14210 /src/SMAPI.Web/Views | |
parent | 01131cb50e36cb6884a43a5a32ec4fff69a92085 (diff) | |
download | SMAPI-188cd2403df315087ac646e04ba7d10449b7f709.tar.gz SMAPI-188cd2403df315087ac646e04ba7d10449b7f709.tar.bz2 SMAPI-188cd2403df315087ac646e04ba7d10449b7f709.zip |
rename log parser tabs ID
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index d90f1e35..705ed961 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -23,7 +23,7 @@ @if (Model.PasteID != null) { <h2>Parsed log</h2> - <ul id="tabs"> + <ul id="filters"> <li>TRACE</li> <li>DEBUG</li> <li class="active">INFO</li> |