mirror of
https://github.com/nasa/openmct.git
synced 2025-05-14 06:23:19 +00:00
Merge branch 'topic-conditionals' of https://github.com/nasa/openmct into conditionals-refactor
This commit is contained in:
commit
b8dc5acf00
@ -26,6 +26,7 @@ import Vue from 'vue';
|
|||||||
export default class ConditionSetViewProvider {
|
export default class ConditionSetViewProvider {
|
||||||
constructor(openmct) {
|
constructor(openmct) {
|
||||||
this.openmct = openmct;
|
this.openmct = openmct;
|
||||||
|
this.name = 'Conditions View';
|
||||||
this.key = 'conditionSet.view';
|
this.key = 'conditionSet.view';
|
||||||
this.cssClass = 'icon-conditional'; // TODO: replace with class for new icon
|
this.cssClass = 'icon-conditional'; // TODO: replace with class for new icon
|
||||||
}
|
}
|
||||||
|
@ -68,6 +68,7 @@
|
|||||||
<input v-model="domainObject.configuration.name"
|
<input v-model="domainObject.configuration.name"
|
||||||
class="t-condition-input__name"
|
class="t-condition-input__name"
|
||||||
type="text"
|
type="text"
|
||||||
|
@blur="persist"
|
||||||
>
|
>
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import Condition from '../../condition/components/Condition.vue';
|
import Condition from '../../condition/components/Condition.vue';
|
||||||
import ConditionManager from '../../condition/ConditionManager';
|
import ConditionManager from '../../condition/ConditionManager';
|
||||||
import uuid from 'uuid';
|
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user