openmct/platform/commonUI
Pete Richards 5726fe6313 new-plot import (#1557)
Merge of new plot
* Introduces new Plot object and view
* Removes Old Plot
* Add LAD support and state type to generators
* Removes Telemetry Panel Type
* Telemetry API Updates
* UTCFormat.parse: passthrough numbers
* TelemetryAPI: default request arguments
* TelemetryAPI: fix enum formatting
* Markup and styling to support new plots
2018-03-02 14:29:34 -08:00
..
about [Licenses] Update copyright year in About dialog 2017-04-05 15:07:50 -07:00
browse Restore navigation via breadcrumbs 2018-02-28 12:04:14 -08:00
dialog Summary Widgets (#1668) 2017-11-28 13:23:15 -08:00
edit [Inspector] Add check to prevent race condition before setting the scope composition. (#1931) 2018-02-28 13:38:00 -08:00
formats Implemention of basic averaging telemetry filter 2017-12-11 10:44:07 -08:00
general new-plot import (#1557) 2018-03-02 14:29:34 -08:00
inspect fixes issue #1830 2018-01-08 09:50:45 -08:00
mobile [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
notification [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
regions [Fixed Position] Modify fixed position to use the Selection API 2018-01-10 15:16:04 -08:00
themes new-plot import (#1557) 2018-03-02 14:29:34 -08:00
README.md [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00

This directory contains bundles containing common user interface elements of Open MCT; that is, the user interface for the application as a whole (as opposed to for specific features) is implemented here.

Extensions

This bundles adds a stylesheets extension category used to inject CSS from bundles. These extensions are declaration-only (no scripted implementation is needed or used); a single property, stylesheetUrl, should be provided, with a path to the relevant CSS file (including extension) relative to the resources directory for that bundle.

Links to these CSS files are appended to the head when the application is started. These are added in standard priority order (see documentation for the framework layer); the order of inclusion of style sheets can change the way they are handled/understood by the browser, so priority can be used to provide control over this order.