Yeah not sure what I was smoking the other day.
Anyway I figured out the cause, it’s the export command with terse. On a wide enough screen you can get away with terse but on a narrow one where the export needs to wrap the lines around it makes a mess of it.
/system/scheduler/ export
# 2023-12-11 08:16:38 by RouterOS 7.12.1
# model = RB4011iGS+5HacQ2HnD
/system scheduler
add interval=1d name=Daily on-event="system script run Wireless_Registration_table\r\
\nsystem script run SFTP_Config_Backup" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-08-24 start-time=00:00:00
add interval=1w name="Sunday 0000hrs" on-event="system script run Autoupdater" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-08-26 start-time=\
00:00:00
add interval=1w name="Saturday 0000hrs" on-event="system script run SFTP_Log_Backup" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-08-25 start-time=\
00:00:00
add interval=1h name="1 hour" on-event="system script run Health" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-09-23 start-time=00:00:00
add interval=1m name="1 Minute" on-event="system script run Login_Ban" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2021-01-02 start-time=02:20:00
/system/scheduler/ export terse
# 2023-12-11 08:16:41 by RouterOS 7.12.1
# model = RB4011iGS+5HacQ2HnD
/system scheduler add interval=1d name=Daily on-event="system script run Wireless_Registration_table\r\
\nsystem script run SFTP_Config_Backup" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-08-24 start-time=00:00:00
/system scheduler add interval=1w name="Sunday 0000hrs" on-event="system script run Autoupdater" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-08-26 st
art-time=00:00:00
/system scheduler add interval=1w name="Saturday 0000hrs" on-event="system script run SFTP_Log_Backup" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-08
-25 start-time=00:00:00
/system scheduler add interval=1h name="1 hour" on-event="system script run Health" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2018-09-23 start-time=00:0
0:00
/system scheduler add interval=1m name="1 Minute" on-event="system script run Login_Ban" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2021-01-02 start-time
=02:20:00
[admin@East Victoria Park] >