2020-06-01 13:15:59 +00:00
|
|
|
<ul>
|
2020-07-09 20:19:07 +00:00
|
|
|
<li class={{if this.breadcrumbs "" "is-active"}}>
|
|
|
|
<Fs::Link @allocation={{this.allocation}} @taskState={{this.taskState}}>
|
|
|
|
{{if this.taskState this.taskState.name this.allocation.shortId}}
|
2020-06-01 19:03:56 +00:00
|
|
|
</Fs::Link>
|
2020-06-01 13:15:59 +00:00
|
|
|
</li>
|
2020-07-09 20:19:07 +00:00
|
|
|
{{#each this.breadcrumbs as |breadcrumb|}}
|
2020-06-01 13:15:59 +00:00
|
|
|
<li class={{if breadcrumb.isLast "is-active"}}>
|
2020-07-09 20:19:07 +00:00
|
|
|
<Fs::Link @allocation={{this.allocation}} @taskState={{this.taskState}} @path={{breadcrumb.path}}>
|
2020-06-01 13:15:59 +00:00
|
|
|
{{breadcrumb.name}}
|
2020-06-01 19:03:56 +00:00
|
|
|
</Fs::Link>
|
2020-06-01 13:15:59 +00:00
|
|
|
</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|