mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Using warning instead of danger for form elements
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="controls">
|
||||
<input type="number" placeholder="8989" name="port"/>
|
||||
<span>
|
||||
<i class="icon-nd-form-danger" title="Requires restart to take effect"/>
|
||||
<i class="icon-nd-form-warning" title="Requires restart to take effect"/>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</select>
|
||||
|
||||
<span>
|
||||
<i class="icon-nd-form-danger" title="Trace and Debug logging should only be enabled temporarily"/>
|
||||
<i class="icon-nd-form-warning" title="Trace and Debug logging should only be enabled temporarily"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user