mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 08:43:17 +00:00
[Timeline] Update namespacing in templates
WTD-1239
This commit is contained in:
parent
19ad4c8174
commit
3e0534c4c3
@ -1,12 +1,12 @@
|
|||||||
<div class="t-swimlane s-swimlane l-swimlane {{ngModel.activitystate}} {{ngModel.swimlanestate}}"
|
<div class="t-swimlane s-swimlane l-swimlane {{ngModel.activitystate}} {{ngModel.swimlanestate}}"
|
||||||
warp-swimlane-drop="ngModel"
|
mct-swimlane-drop="ngModel"
|
||||||
ng-class="{
|
ng-class="{
|
||||||
exceeded: ngModel.exceeded(),
|
exceeded: ngModel.exceeded(),
|
||||||
selected: ngModel.selected(swimlane),
|
selected: ngModel.selected(swimlane),
|
||||||
'drop-into': ngModel.highlight(),
|
'drop-into': ngModel.highlight(),
|
||||||
'drop-after': ngModel.highlightBottom()
|
'drop-after': ngModel.highlightBottom()
|
||||||
}">
|
}">
|
||||||
<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()">
|
||||||
<span class="ui-symbol"
|
<span class="ui-symbol"
|
||||||
@ -20,17 +20,17 @@
|
|||||||
ng-href="{{ngModel.link()}}"
|
ng-href="{{ngModel.link()}}"
|
||||||
ng-if="ngModel.link().length > 0"
|
ng-if="ngModel.link().length > 0"
|
||||||
title="{{ngModel.link()}}"
|
title="{{ngModel.link()}}"
|
||||||
>
|
>
|
||||||
è
|
è
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="l-col l-title"
|
<span class="l-col l-title"
|
||||||
ng-click="ngModel.select()"
|
ng-click="ngModel.select()"
|
||||||
ng-style="{ 'margin-left': 15 * ngModel.depth + 'px' }">
|
ng-style="{ 'margin-left': 15 * ngModel.depth + 'px' }">
|
||||||
<mct-representation key="'label'"
|
<mct-representation key="'label'"
|
||||||
mct-object="ngModel.domainObject"
|
mct-object="ngModel.domainObject"
|
||||||
warp-swimlane-drag="ngModel">
|
mct-swimlane-drag="ngModel">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -133,9 +133,9 @@
|
|||||||
'drop-after': swimlane.highlightBottom()
|
'drop-after': swimlane.highlightBottom()
|
||||||
}"
|
}"
|
||||||
ng-click="selection.select(swimlane)"
|
ng-click="selection.select(swimlane)"
|
||||||
warp-swimlane-drop="swimlane">
|
mct-swimlane-drop="swimlane">
|
||||||
|
|
||||||
<mct-representation key="'warp.gantt'"
|
<mct-representation key="'gantt'"
|
||||||
mct-object="swimlane.domainObject"
|
mct-object="swimlane.domainObject"
|
||||||
parameters="{
|
parameters="{
|
||||||
scroll: scroll,
|
scroll: scroll,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user