mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
Merge branch 'topic-conditionals' into dave/provide-conditions-telemetry
This commit is contained in:
commit
80656c1be0
@ -26,6 +26,7 @@ import Vue from 'vue';
|
||||
export default class ConditionSetViewProvider {
|
||||
constructor(openmct) {
|
||||
this.openmct = openmct;
|
||||
this.name = 'Conditions View';
|
||||
this.key = 'conditionSet.view';
|
||||
this.cssClass = 'icon-conditional'; // TODO: replace with class for new icon
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user