mirror of
https://github.com/nasa/openmct.git
synced 2025-04-21 01:21:19 +00:00
add name to conditions view
This commit is contained in:
parent
2bb2bb6a1b
commit
acd75f86f4
@ -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…
x
Reference in New Issue
Block a user