mirror of
https://github.com/nasa/openmct.git
synced 2025-02-10 12:51:42 +00:00
Adds URLIndicator to the build, testable adding `openmct.install(new openmct.plugins.URLIndicatorPlugin({ url: 'http://localhost:8080/', icon: 'check', interval: 15000, label: 'Localhost' }))` to the openmct file. Also added Documentation about the plugin.