mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 03:55:31 +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.