What exactly do you want to modify?
When the pop up window notification is displayed in the web interface, the display time of the window on the screen is short and i would like to increase it a couple of seconds more
It's somewhere in ExtJS framework. You can check their documentation.
You can override autoCloseDelay
http://docs.sencha.com/extjs/6.2.0/classic/Ext.window.Toast.html#cfg-autoCloseDelay
somewhere here https://github.com/tananaev/traccar-web/blob/master/web/app/Application.js#L216
Hello Anton,
Is there any way to set or modify the display time for web notification in the config file (traccar.xml)? If it is not possible could you please give me an advice where can i it modify?
Thanks in advance