Merge branch 'topic-conditionals' into dave/provide-conditions-telemetry

This commit is contained in:
David Tsay 2020-02-26 11:11:48 -08:00
commit 80656c1be0

View File

@ -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
}