Releases: Ansuel/tch-nginx-gui
Releases · Ansuel/tch-nginx-gui
9.6.85
9.6.84
9.6.83
base: initial fix for sysupgrade on 19.x firmware Port missing function on 19.x firmware. We need to use legacy sysupgrade way as we pass custom args for our modroot framework. Signed-off-by: Ansuel Smith <[email protected]>
9.6.82
Gui: Display Used memory instead of Free RAM memory (#1045) * gui: show used/total RAM instead of free/total (1/2) Viewing the free memory is useless as that's simply unused portion of memory and it can easily drop under 10MB freaking the user. Total-Used=Available , which includes free memory but also includes stuff like Buffered/Cached memory which is dynamically managed to fit the bill. I opted for showing Used / Total to respect the logic of the surrounding elements: numbers grow as resources consumption grows, but one can prefer Available / Total which is imply subtracting the two as I mentioned previously. * gui: show used/total RAM instead of free/total (2/2) * trafficmon: use MemAvailable instead of MemFree [ci skip]