forked from snxraven/p2ns
Remove border, drop down, logs
This commit is contained in:
@@ -311,7 +311,7 @@
|
||||
</h2>
|
||||
<div class="flex flex-wrap items-center gap-3 mb-3">
|
||||
<label for="log-channel-select" class="text-sm theme-text-secondary">Log file</label>
|
||||
<select id="log-channel-select" onchange="onLogChannelChange()" class="theme-input rounded-lg px-3 py-2 text-sm min-w-[12rem]">
|
||||
<select id="log-channel-select" onchange="onLogChannelChange()" class="theme-input log-channel-select rounded-lg px-3 py-2 text-sm min-w-[12rem]">
|
||||
<option value="core">Core</option>
|
||||
<option value="proxy">Internal Proxy</option>
|
||||
<option value="httpProxy">HTTP Proxy</option>
|
||||
|
||||
Reference in New Issue
Block a user