sameerdhoot / wolweb

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.
GNU General Public License v3.0
297 stars 76 forks source link

[Improvement] Allow editing of broadcast IP when creating a device #14

Closed huornlmj closed 1 year ago

huornlmj commented 1 year ago

When I create a device in the web UI, the broadcast IP field is disabled and defaults to 192.168.1.255. As a user I would like to be able to enter an IP address of my choice when creating the device. The only option I currently have is to accept the default IP address, hit SAVE and then re-edit my new device which allows me access to the broadcast IP address field.

sameerdhoot commented 1 year ago

@huornlmj I have edited the code and now you can control the broadcast IP.