fix(webui): refresh stale per-port Subdomain tooltip
The Subdomain field's help text still said it inherits CFG_HOST_NAME and that the label-generation refactor was pending — both untrue now that per-port subdomain routing has shipped. Reword to: empty -> app-name default, @ -> domain apex, multi-level supported. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
parent
36e0d31385
commit
b17ac3707e
@ -380,8 +380,8 @@ class PortManager {
|
|||||||
<input type="text" class="port-url-path" placeholder="e.g. /,/results/stats.php" value="${port.url_path || ''}" data-index="${index}">
|
<input type="text" class="port-url-path" placeholder="e.g. /,/results/stats.php" value="${port.url_path || ''}" data-index="${index}">
|
||||||
</div>
|
</div>
|
||||||
<div class="port-field port-field-advanced">
|
<div class="port-field port-field-advanced">
|
||||||
<label>Subdomain <span class="help-icon" title="Override the Traefik subdomain for this port (e.g. 'streaming.app' → streaming.app.example.com). Leave empty to inherit the app's CFG_HOST_NAME. Parsed by the framework; label-generation refactor pending.">?</span></label>
|
<label>Subdomain <span class="help-icon" title="The subdomain this port is served on — e.g. 'vault' → vault.example.com, or 'admin.app' for a multi-level host. Use @ for the root of your domain. Leave empty to default to the app's name.">?</span></label>
|
||||||
<input type="text" class="port-subdomain" placeholder="(inherit hostname)" value="${port.subdomain || ''}" data-index="${index}">
|
<input type="text" class="port-subdomain" placeholder="vault · @ = root · blank = app name" value="${port.subdomain || ''}" data-index="${index}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user