...
- Create <omk_dir>/templates/public/acme_list.html.ep
- Add the html content.
Create <omk_dir>/lib/json/opCharts/components.d/acme_component.json
Code Block language js title acme_component.json { "name": "Acme Component", "ep_template_file": "public/acme_list", "options": { "titleText": "My Title" }, "type": "ep_template" }
Restart omkd daemon:
Code Block language js sudo service omkd restart
...
Wikipedia Search
In this example we will create a Dashboard with a Wikipedia Search.
...