File tree Expand file tree Collapse file tree
src/openhdwebui.client/src/app/hardware Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ <h2>Wi-Fi Detection</h2>
8383 </ div >
8484 < div >
8585 < h2 > Hotspot Settings</ h2 >
86- < p class ="muted "> Override the default hotspot strings and mode used by OpenHD.</ p >
86+ < p class ="muted "> Current hotspot strings and mode used by OpenHD.</ p >
8787 </ div >
8888 </ div >
8989
@@ -97,23 +97,19 @@ <h2>Hotspot Settings</h2>
9797 </ select >
9898 </ label >
9999 < label class ="form-field ">
100- < span > SSID override</ span >
101- < input type ="text " [(ngModel)] ="hotspotData.hotspotSsid " [disabled] ="loadingHotspot "
102- placeholder ="Leave blank for OpenHD default ">
100+ < span > SSID</ span >
101+ < input type ="text " [(ngModel)] ="hotspotData.hotspotSsid " [disabled] ="loadingHotspot ">
103102 </ label >
104103 < label class ="form-field ">
105- < span > Password override</ span >
106- < input type ="password " [(ngModel)] ="hotspotData.hotspotPassword " [disabled] ="loadingHotspot "
107- placeholder ="Leave blank for OpenHD default ">
104+ < span > Password</ span >
105+ < input type ="password " [(ngModel)] ="hotspotData.hotspotPassword " [disabled] ="loadingHotspot ">
108106 </ label >
109107 < label class ="form-field ">
110- < span > Interface override</ span >
111- < input type ="text " [(ngModel)] ="hotspotData.hotspotInterfaceOverride " [disabled] ="loadingHotspot "
112- placeholder ="Optional interface name ">
108+ < span > Interface</ span >
109+ < input type ="text " [(ngModel)] ="hotspotData.hotspotInterfaceOverride " [disabled] ="loadingHotspot ">
113110 </ label >
114111 < div class ="hint-row ">
115112 < span > Last action: {{ hotspot?.action || 'load' }}</ span >
116- < span > Blank values keep OpenHD defaults.</ span >
117113 </ div >
118114 </ div >
119115
You can’t perform that action at this time.
0 commit comments