Le_Sage
New Around Here
Hello,
I found a bug in firmware 380.59 on my RT-AC66U (think it's the same in 380.61 because no mention in change log for that bug).
In Local network -> DHCP server -> Manually assigned IP address DHCP list :
When you click on a machine icon to change the icon, if the device name have an ' (=apostrophe) then you can't change the icon because of the javascript which invoke the select_image function. Here for example the generated code which i've on the Advanced_DHCP_Content.asp page :
<td id="tbCardClientListIcon0"><div class="type1" onclick="select_image(this.className,'Micro-star int'l co., ltd.');" title="Windows device"></div></td>
So like you can see device name "Micro-star int'l co.,ltd." have an ' (and i can't change it.) so i can't change the icon.
I found a bug in firmware 380.59 on my RT-AC66U (think it's the same in 380.61 because no mention in change log for that bug).
In Local network -> DHCP server -> Manually assigned IP address DHCP list :
When you click on a machine icon to change the icon, if the device name have an ' (=apostrophe) then you can't change the icon because of the javascript which invoke the select_image function. Here for example the generated code which i've on the Advanced_DHCP_Content.asp page :
<td id="tbCardClientListIcon0"><div class="type1" onclick="select_image(this.className,'Micro-star int'l co., ltd.');" title="Windows device"></div></td>
So like you can see device name "Micro-star int'l co.,ltd." have an ' (and i can't change it.) so i can't change the icon.