Compare commits
No commits in common. "fb9c1ee14a316a515c4c5bedba213fcc3a9ee40e" and "4e17346dfbbf218f097f6c7f648b283b6aa34cc6" have entirely different histories.
fb9c1ee14a
...
4e17346dfb
@ -11,10 +11,17 @@
|
|||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The "Show advanced fields" switch reuses the shared .lp-ui-advanced-toggle
|
.port-manager-advanced-toggle {
|
||||||
pill (defined in services.css, loaded globally) so it matches the Services
|
display: inline-flex;
|
||||||
tab's Advanced toggle exactly — only the input keeps .port-manager-show-advanced
|
align-items: center;
|
||||||
for the JS hook. */
|
gap: 0.4rem;
|
||||||
|
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,10 +261,9 @@ 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="lp-ui-advanced-toggle" title="Reveal advanced port fields (protocol, host IP, bind options)">
|
<label class="port-manager-advanced-toggle">
|
||||||
<input type="checkbox" class="port-manager-show-advanced">
|
<input type="checkbox" class="port-manager-show-advanced">
|
||||||
<span class="lp-ui-advanced-toggle-track"><span class="lp-ui-advanced-toggle-thumb"></span></span>
|
<span>Show advanced fields</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