add input field to set base url

This commit is contained in:
Joel Wetzell
2026-03-11 21:19:57 -05:00
parent 94c4039c86
commit b13760deed
+10
View File
@@ -8,6 +8,16 @@
<div matTooltip="Error" class="h-3 w-3 rounded-full bg-red-400 mr-2"></div>
}
<span>showbridge</span>
<div>
<label class="ml-4 mr-2">URL:</label>
<input
type="text"
class="pl-1 border-2 border-gray-200 text-white border-solid rounded-sm"
[placeholder]="'http://localhost:8000'"
[value]="settingsService.baseUrl()"
(change)="settingsService.baseUrl.set($event.target.value)"
/>
</div>
<span class="flex-auto"></span>
<button mat-icon-button matTooltip="Download Config" (click)="downloadConfig()">
<mat-icon>download</mat-icon>