Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-08-25 17:03:43 +09:00
parent 2383894664
commit 6d14c65401

View File

@@ -43,7 +43,7 @@
<ul class="nav nav-tabs" id="main-tabs" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="terminal-tab-btn" data-bs-toggle="tab"
data-bs-target="#terminal-tab-pane" type="button" role="tab">Terminal
data-bs-target="#terminal-tab-pane" type="button" role="tab">Device
</button>
</li>
<li class="nav-item" role="presentation">
@@ -169,7 +169,7 @@
<div class="tab-pane fade show active" id="wifi-settings-pane" role="tabpanel">
<div class="alert alert-danger mt-3" role="alert">
<i class="bi bi-exclamation-triangle-fill me-2"></i>
<strong>Warning:</strong> Disconnecting or connecting to a new network will restart the Wi-Fi service. You may need to reconnect to the device.
<strong>Warning:</strong> Connecting to a new network will restart the Wi-Fi service. You may need to reconnect to the device.
</div>
<div class="mb-3">
<h6>Current Connection</h6>
@@ -214,19 +214,19 @@
<div id="static-ip-config" style="display: none;">
<div class="mb-3">
<label for="ip-address" class="form-label">IP Address</label>
<input type="text" class="form-control" id="ip-address" placeholder="192.168.0.100">
<input type="text" class="form-control" id="ip-address" placeholder="192.168.0.100" required>
</div>
<div class="mb-3">
<label for="gateway" class="form-label">Gateway</label>
<input type="text" class="form-control" id="gateway" placeholder="192.168.0.1">
<input type="text" class="form-control" id="gateway" placeholder="192.168.0.1" required>
</div>
<div class="mb-3">
<label for="netmask" class="form-label">Netmask</label>
<input type="text" class="form-control" id="netmask" placeholder="255.255.255.0">
<input type="text" class="form-control" id="netmask" placeholder="255.255.255.0" required>
</div>
<div class="mb-3">
<label for="dns1" class="form-label">DNS Server</label>
<input type="text" class="form-control" id="dns1" placeholder="8.8.8.8">
<input type="text" class="form-control" id="dns1" placeholder="8.8.8.8" required>
</div>
<div class="mb-3">
<label for="dns2" class="form-label">Secondary DNS Server</label>