mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +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 }">
|
||||
</input>
|
||||
<a class="ui-symbol icon icon-calendar"
|
||||
ng-if="parameters.domain === undefined"
|
||||
ng-if="parameters.system === undefined"
|
||||
ng-click="t1.toggle()">
|
||||
</a>
|
||||
<mct-popup ng-if="t1.isActive()">
|
||||
@ -55,7 +55,7 @@
|
||||
ng-class="{ error: !boundsModel.endValid }">
|
||||
</input>
|
||||
<a class="ui-symbol icon icon-calendar"
|
||||
ng-if="parameters.domain === undefined"
|
||||
ng-if="parameters.system === undefined"
|
||||
ng-click="t2.toggle()">
|
||||
</a>
|
||||
<mct-popup ng-if="t2.isActive()">
|
||||
|
Loading…
Reference in New Issue
Block a user