mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
removed network module
This commit is contained in:
parent
ca07e2393d
commit
2f3912c1bf
1 changed files with 96 additions and 95 deletions
|
@ -37,7 +37,6 @@
|
|||
|
||||
<a class="list-group-item list-group-item-action" id="list-mesh-list" data-bs-toggle="list" href="#list-mesh" role="tab" aria-controls="list-mesh"><i class="bi bi-rocket h3"></i></a>
|
||||
<a class="list-group-item list-group-item-action mt-2 border" id="list-info-list" data-bs-toggle="list" href="#list-info" role="tab" aria-controls="list-info"><i class="bi bi-info h3"></i></a>
|
||||
<a class="list-group-item list-group-item-action" id="list-network-list" data-bs-toggle="list" href="#list-network" role="tab" aria-controls="list-network"><i class="bi bi-hdd-network h3"></i></a>
|
||||
|
||||
<a class="list-group-item list-group-item-action" id="list-logger-list" data-bs-toggle="list" href="#list-logger" role="tab" aria-controls="list-logger"><i class="bi bi-activity h3"></i></a>
|
||||
|
||||
|
@ -1098,101 +1097,7 @@
|
|||
|
||||
|
||||
</div>
|
||||
<div class="tab-pane fade" id="list-network" role="tabpanel" aria-labelledby="list-network-list">
|
||||
|
||||
<div
|
||||
class="btn-toolbar"
|
||||
role="toolbar"
|
||||
aria-label="Toolbar with button groups"
|
||||
>
|
||||
<div
|
||||
class="btn-group btn-group-sm me-2"
|
||||
role="group"
|
||||
aria-label="local-remote-switch toggle button group"
|
||||
data-bs-placement="bottom"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-trigger="hover"
|
||||
data-bs-html="true"
|
||||
title="Select a local or a remote location of your TNC daemon. Normally local is the preferred option."
|
||||
>
|
||||
<input
|
||||
type="radio"
|
||||
class="btn-check"
|
||||
name="local-remote-switch"
|
||||
id="local-remote-switch1"
|
||||
autocomplete="off"
|
||||
checked
|
||||
/>
|
||||
<label
|
||||
class="btn btn-sm btn-outline-secondary"
|
||||
for="local-remote-switch1"
|
||||
>
|
||||
<i class="bi bi-pc-display-horizontal"></i>
|
||||
<span class="ms-2 me-2">Local tnc</span>
|
||||
</label>
|
||||
<input
|
||||
type="radio"
|
||||
class="btn-check"
|
||||
name="local-remote-switch"
|
||||
id="local-remote-switch2"
|
||||
autocomplete="off"
|
||||
/>
|
||||
<label
|
||||
class="btn btn-sm btn-outline-secondary"
|
||||
for="local-remote-switch2"
|
||||
>
|
||||
<i class="bi bi-ethernet"></i>
|
||||
<span class="ms-2 me-2">Remote tnc</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="input-group input-group-sm me-2" id="remote-tnc-field">
|
||||
<span class="input-group-text">tnc ip</span>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
placeholder="ip address"
|
||||
id="tnc_adress"
|
||||
value="192.168.178.163"
|
||||
maxlength="17"
|
||||
style="width: 8rem"
|
||||
aria-label="Username"
|
||||
aria-describedby="basic-addon1"
|
||||
/>
|
||||
<span class="input-group-text">:</span>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
placeholder="port"
|
||||
value="3000"
|
||||
id="tnc_port"
|
||||
maxlength="5"
|
||||
max="65534"
|
||||
min="1025"
|
||||
style="width: 4rem"
|
||||
aria-label="Username"
|
||||
aria-describedby="basic-addon1"
|
||||
/>
|
||||
<button
|
||||
class="btn btn-sm btn-danger"
|
||||
id="daemon_connection_state"
|
||||
type="button"
|
||||
disabled
|
||||
>
|
||||
<i class="bi bi-diagram-3" style="font-size: 1rem"></i>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
type="button"
|
||||
id="openHelpModalLocalRemote"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#localRemoteHelpModal"
|
||||
class="btn m-0 p-0 border-0"
|
||||
>
|
||||
<i class="bi bi-question-circle" style="font-size: 1rem"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="tab-pane fade" id="list-mesh" role="tabpanel" aria-labelledby="list-mesh-list">
|
||||
<div class="container">
|
||||
<nav>
|
||||
|
@ -2360,6 +2265,102 @@
|
|||
after changing settings!
|
||||
</div>
|
||||
<!-- SETTINGS Nav tabs -->
|
||||
|
||||
<div
|
||||
class="btn-toolbar"
|
||||
role="toolbar"
|
||||
aria-label="Toolbar with button groups"
|
||||
>
|
||||
<div
|
||||
class="btn-group btn-group-sm me-2"
|
||||
role="group"
|
||||
aria-label="local-remote-switch toggle button group"
|
||||
data-bs-placement="bottom"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-trigger="hover"
|
||||
data-bs-html="true"
|
||||
title="Select a local or a remote location of your TNC daemon. Normally local is the preferred option."
|
||||
>
|
||||
<input
|
||||
type="radio"
|
||||
class="btn-check"
|
||||
name="local-remote-switch"
|
||||
id="local-remote-switch1"
|
||||
autocomplete="off"
|
||||
checked
|
||||
/>
|
||||
<label
|
||||
class="btn btn-sm btn-outline-secondary"
|
||||
for="local-remote-switch1"
|
||||
>
|
||||
<i class="bi bi-pc-display-horizontal"></i>
|
||||
<span class="ms-2 me-2">Local tnc</span>
|
||||
</label>
|
||||
<input
|
||||
type="radio"
|
||||
class="btn-check"
|
||||
name="local-remote-switch"
|
||||
id="local-remote-switch2"
|
||||
autocomplete="off"
|
||||
/>
|
||||
<label
|
||||
class="btn btn-sm btn-outline-secondary"
|
||||
for="local-remote-switch2"
|
||||
>
|
||||
<i class="bi bi-ethernet"></i>
|
||||
<span class="ms-2 me-2">Remote tnc</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="input-group input-group-sm me-2" id="remote-tnc-field">
|
||||
<span class="input-group-text">tnc ip</span>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
placeholder="ip address"
|
||||
id="tnc_adress"
|
||||
value="192.168.178.163"
|
||||
maxlength="17"
|
||||
style="width: 8rem"
|
||||
aria-label="Username"
|
||||
aria-describedby="basic-addon1"
|
||||
/>
|
||||
<span class="input-group-text">:</span>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
placeholder="port"
|
||||
value="3000"
|
||||
id="tnc_port"
|
||||
maxlength="5"
|
||||
max="65534"
|
||||
min="1025"
|
||||
style="width: 4rem"
|
||||
aria-label="Username"
|
||||
aria-describedby="basic-addon1"
|
||||
/>
|
||||
<button
|
||||
class="btn btn-sm btn-danger"
|
||||
id="daemon_connection_state"
|
||||
type="button"
|
||||
disabled
|
||||
>
|
||||
<i class="bi bi-diagram-3" style="font-size: 1rem"></i>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
type="button"
|
||||
id="openHelpModalLocalRemote"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#localRemoteHelpModal"
|
||||
class="btn m-0 p-0 border-0"
|
||||
>
|
||||
<i class="bi bi-question-circle" style="font-size: 1rem"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue