Compare commits
2 Commits
4e17346dfb
...
fb9c1ee14a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb9c1ee14a | ||
|
|
626041a39e |
@ -11,17 +11,10 @@
|
|||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.port-manager-advanced-toggle {
|
/* The "Show advanced fields" switch reuses the shared .lp-ui-advanced-toggle
|
||||||
display: inline-flex;
|
pill (defined in services.css, loaded globally) so it matches the Services
|
||||||
align-items: center;
|
tab's Advanced toggle exactly — only the input keeps .port-manager-show-advanced
|
||||||
gap: 0.4rem;
|
for the JS hook. */
|
||||||
font-size: 13px;
|
|
||||||
color: var(--text-secondary, #a0a0a0);
|
|
||||||
cursor: pointer;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.port-manager-advanced-toggle input { margin: 0; }
|
|
||||||
|
|
||||||
/* Ensure help icons are always visible in port manager */
|
/* Ensure help icons are always visible in port manager */
|
||||||
.port-manager .help-icon {
|
.port-manager .help-icon {
|
||||||
|
|||||||
@ -261,9 +261,10 @@ class PortManager {
|
|||||||
<div class="port-manager-header">
|
<div class="port-manager-header">
|
||||||
<h4>Port Configuration</h4>
|
<h4>Port Configuration</h4>
|
||||||
<div class="port-manager-header-actions">
|
<div class="port-manager-header-actions">
|
||||||
<label class="port-manager-advanced-toggle">
|
<label class="lp-ui-advanced-toggle" title="Reveal advanced port fields (protocol, host IP, bind options)">
|
||||||
<input type="checkbox" class="port-manager-show-advanced">
|
<input type="checkbox" class="port-manager-show-advanced">
|
||||||
<span>Show advanced fields</span>
|
<span class="lp-ui-advanced-toggle-track"><span class="lp-ui-advanced-toggle-thumb"></span></span>
|
||||||
|
<span class="lp-ui-advanced-toggle-label">Show advanced fields</span>
|
||||||
</label>
|
</label>
|
||||||
<button type="button" class="btn btn-primary btn-sm add-port-btn">
|
<button type="button" class="btn btn-primary btn-sm add-port-btn">
|
||||||
<span class="add-icon">+</span> Add Port
|
<span class="add-icon">+</span> Add Port
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user