add name to conditions view

This commit is contained in:
David Tsay 2020-02-26 11:07:25 -08:00
parent 2bb2bb6a1b
commit acd75f86f4

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
}