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