Web pages customization - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Web pages customization (/showthread.php?tid=616) |
Web pages customization - Thomas - 13.02.2017 Hi Can I somehow: 1. Change the default icons for both visualisations. 2. Change the webpage name (title)? Because it's visible when user saves a bookmark and the default name is confusing. 3. Add a SSL certificate signed by our corporate certification authority. ? Thank you Device: LogicMachine LM5Lp firmware: 2016.12.5 RE: Web pages customization - buuuudzik - 13.02.2017 This is for changing title via custom javascript and jQuery: Code: // Changing title Code: // Changing icon RE: Web pages customization - Erwin van der Zwart - 13.02.2017 Hi, Default icons can be deleted and you can upload your new icons one by one or create a ZIP file with multiple icons in them and upload the ZIP to import them as batch. You can create also some new icons by using this URL: http://openrb.com/icons/ You can change the webpage name (title) by -> System config -> System -> Hostname (default = LogicMachine), by doing this you also get the new name as prefix in your back-up's SSL cerificate is not possible (yet), as far as i now (and Edgars posted something about it already on this forum) EMBS is looking into this topic to include it somehow. BR, Erwin RE: Web pages customization - Thomas - 14.02.2017 Thank you both Only small change for future use - the correct path is new_path = '/scada/resources/icons/new_image.png' You can change the webpage name (title) by -> System config -> System -> Hostname (default = LogicMachine), by doing this you also get the new name as prefix in your back-up's - Yes, but this change changes the device name too. Which is something what I don't want to do because the device name must stay in our corporate format. But users like fancy names. So in my case buuuudzik's solution is better. SSL cerificate is not possible (yet)... - Please do it. This is a big problem for correct enterprise integration of LM. RE: Web pages customization - MikeBrignate - 23.11.2018 (13.02.2017, 23:20)Erwin van der Zwart Wrote: Hi, RE: Web pages customization - FatMax - 24.11.2018 Don’t click choose file, just drag and drop the zip file onto that button from Finder and click save. Think it’s a bug, cause you used to be able to choose the zip directly. RE: Web pages customization - MikeBrignate - 24.11.2018 (24.11.2018, 00:43)FatMax Wrote: Don’t click choose file, just drag and drop the zip file onto that button from Finder and click save. Think it’s a bug, cause you used to be able to choose the zip directly. All right! Thank you FaxMax |