mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
parent
20ecf168f2
commit
b5229d7786
@ -29,7 +29,7 @@
|
|||||||
}">
|
}">
|
||||||
<div class="l-cols">
|
<div class="l-cols">
|
||||||
<span class="l-col l-col-icon l-plot-resource"
|
<span class="l-col l-col-icon l-plot-resource"
|
||||||
ng-click="ngModel.toggleGraph()"
|
ng-click="ngModel.toggleGraph(); parameters.commit()"
|
||||||
title="Click to enable or disable inclusion in Resource Graphing">
|
title="Click to enable or disable inclusion in Resource Graphing">
|
||||||
<span class="ui-symbol"
|
<span class="ui-symbol"
|
||||||
ng-show="ngModel.graph()"
|
ng-show="ngModel.graph()"
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
<div class="t-swimlanes-holder l-swimlanes-holder"
|
<div class="t-swimlanes-holder l-swimlanes-holder"
|
||||||
mct-scroll-y="scroll.y">
|
mct-scroll-y="scroll.y">
|
||||||
<mct-include key="'timeline-tabular-swimlane-cols-tree'"
|
<mct-include key="'timeline-tabular-swimlane-cols-tree'"
|
||||||
|
parameters="{ commit: commit }"
|
||||||
ng-repeat="swimlane in timelineController.swimlanes()"
|
ng-repeat="swimlane in timelineController.swimlanes()"
|
||||||
ng-model="swimlane">
|
ng-model="swimlane">
|
||||||
</mct-include>
|
</mct-include>
|
||||||
|
Loading…
Reference in New Issue
Block a user