mirror of
https://github.com/nasa/openmct.git
synced 2024-12-28 17:08:51 +00:00
c932e953bc
WTD-1239
19 lines
561 B
HTML
19 lines
561 B
HTML
<div class="t-timeline-gantt l-timeline-gantt s-timeline-gantt"
|
|
title="{{model.name}}"
|
|
ng-controller="TimelineGanttController as gantt"
|
|
ng-style="{
|
|
left: gantt.left(timespan, parameters.scroll, parameters.toPixels) + 'px',
|
|
width: gantt.width(timespan, parameters.scroll, parameters.toPixels) + 'px'
|
|
}">
|
|
|
|
<div class="bar">
|
|
<span class="s-activity-type ui-symbol">
|
|
{{type.getGlyph()}}
|
|
</span>
|
|
<span class="s-title">
|
|
{{model.name}}
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|