Changed the button colors and icons. The fa-terminal wasn't doing it for me :)
Partially fixed #6012 by removing space from chars allowed in group names
Services / DNS Resolver / General Settings
Static should be static.Elements that don't need to be dynamic should be static.More robust than depending on client-side processing to set them.
Suppress dashboard save icon until needed.
GIF had the same problem as GRE with flags, apply the same fix. Ticket #6010
Correct the code saving values for GRE. The GRE configure backend code tests for isset, the way the values were copied before it would be set to 'false' which was still set, so the code always triggered when it shouldn't. When reading back from XML at boot time it's OK, so only the web interface is affected. Fixes #6010
Merge pull request #2718 from NOYB/JavaScript_Polyfill_-_String_Includes_Method
Merge pull request #2757 from NewEraCracker/allow-ip-as-althostname
Much cleaner like this.
Echoing $pconfig['custom_options'] directly into JavaScript is prone to breaking the script by creating invalid syntax due to characters such as line feeds etc.Best to transfer a flag from PHP.
View revisions
Also available in: Atom