mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed #757
This commit is contained in:
parent
c0070868ab
commit
9e6854458a
2 changed files with 4 additions and 6 deletions
|
@ -21,10 +21,7 @@
|
|||
<label for="logLevel" class="control-label">Log Level</label>
|
||||
<div id="logLevel">
|
||||
<select class="form-control" id="selected">
|
||||
@if (Model)
|
||||
{
|
||||
<option id="Trace" value="0">Trace</option>
|
||||
}
|
||||
<option id="Trace" value="0">Trace (ONLY USE FOR DEVELOPMENT)</option>
|
||||
<option id="Debug" value="1">Debug</option>
|
||||
<option id="Info" value="2">Info</option>
|
||||
<option id="Warn" value="3">Warn</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue