Skip to content

Commit 106bd23

Browse files
committed
Fixed broken static leases in FW 17.2 (#168)
1 parent 15bdfb8 commit 106bd23

7 files changed

+74
-72
lines changed

CHANGELOG.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023.08.26
2+
==========
3+
* tch-gui-unhide: Fixed Warning on setting landing page state
4+
* tch-gui-unhide: Fixed static leases in FW 17.2 which was broken by moving static leases to a separate tab in release 2023.05.16 (#168)
5+
* move-lan-port-to-own-network: Removed - use the GUI to create VLANs
6+
17
2023.08.24
28
==========
39
* tch-gui-unhide: Fixed display issue with Diagnostics card in Firefox

build/17.2/095-Network

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ echo -e "[$SCRIPT]: Fix static leases for FW 17.2"
2828
sed \
2929
-e 's/"uci\.dhcp\.host\.@\."/"uci.dhcp.host."/' \
3030
-e '/objectName/,/addNamedObject/d' \
31-
-i /www/docroot/modals/ethernet-modal.lp
31+
-i /www/docroot/modals/ethernet-static-leases-modal.lp
3232

tch-gui-unhide-17.2

+7-7
Large diffs are not rendered by default.

tch-gui-unhide-18.1.c

+15-16
Large diffs are not rendered by default.

tch-gui-unhide-20.3.c

+15-16
Large diffs are not rendered by default.

tch-gui-unhide-20.4

+15-16
Large diffs are not rendered by default.

tch-gui-unhide-21.4

+15-16
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)