mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 15:10:50 +00:00
[Time Conductor] Suppress date picker for non-UTC time systems
This commit is contained in:
parent
e8d7093eb5
commit
4ff03b081d
@ -30,7 +30,7 @@
|
|||||||
ng-class="{ error: !boundsModel.startValid }">
|
ng-class="{ error: !boundsModel.startValid }">
|
||||||
</input>
|
</input>
|
||||||
<a class="ui-symbol icon icon-calendar"
|
<a class="ui-symbol icon icon-calendar"
|
||||||
ng-if="parameters.domain === undefined"
|
ng-if="parameters.system === undefined"
|
||||||
ng-click="t1.toggle()">
|
ng-click="t1.toggle()">
|
||||||
</a>
|
</a>
|
||||||
<mct-popup ng-if="t1.isActive()">
|
<mct-popup ng-if="t1.isActive()">
|
||||||
@ -55,7 +55,7 @@
|
|||||||
ng-class="{ error: !boundsModel.endValid }">
|
ng-class="{ error: !boundsModel.endValid }">
|
||||||
</input>
|
</input>
|
||||||
<a class="ui-symbol icon icon-calendar"
|
<a class="ui-symbol icon icon-calendar"
|
||||||
ng-if="parameters.domain === undefined"
|
ng-if="parameters.system === undefined"
|
||||||
ng-click="t2.toggle()">
|
ng-click="t2.toggle()">
|
||||||
</a>
|
</a>
|
||||||
<mct-popup ng-if="t2.isActive()">
|
<mct-popup ng-if="t2.isActive()">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user