How to use the override folder
-
Hello, I have an interface for a plant and I'm trying to put it in override folder to avoid to remake hole interface again in dashboard design but is something that I'm doing wrong because it's not working... Can someone give some advice on how should I do it.
I tried to follow the tutorial from adminTemplate but didn't worked. -
Even better you can use the new File Store in Mango. You can see it's menu item under Administration and there you can upload, download and edit files. In other places throughout Mango like the Dashboard Designer you can then use a file picker to select images files from the File Store.
-
@joelhaggar Thanks for replay, with images is simple but I have some pages with some functions made in JavaScript and I want to import the page so that I am don't have to rewrite all in Angular again... Is this possible?
-
Hi George,
The best way to add custom javascript is to use the userModule feature as described here:
https://forum.infiniteautomation.com/topic/2831/publishing-live-dashboard/2Essentially what you are doing is creating an angular module that is editable right from the UI Settings page. You can create your own controllers, components, directives, filters etc.
I plan to release a support article or video today that reveals the basics on how to work with this feature of Mango.
-
Here is a support article that covers the general process of setting up your own AngularJS module:
https://help.infiniteautomation.com/getting-started-with-a-user-module/
-
Thanks for this, I'll try...