blob: 518348e783f6f22c9a63bea657a09004b4c4cf0f [file] [log] [blame]
{{!
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
}}
<ul class="breadcrumb">
<li>{{#link-to 'application'}}<i class="fa fa-home"> All DAGs</i>{{/link-to}} <span class="divider"></span></li>
<li>{{#link-to 'dag' dagID}}DAG [ {{dagName}} ] {{/link-to}} <span class="divider"></span></li>
<li>{{#link-to 'vertex' vertexID}}Vertex [ {{vertexName}} ] {{/link-to}} <span class="divider"></span></li>
<li>{{#link-to 'task' taskID}}Task [ {{taskIndex}} ] {{/link-to}} <span class="divider"></span></li>
<li class="active">Task Attempt [ {{index}} ]</li>
</ul>
{{#unless loading}}
<div class='type-table fill-full margin-small-horizontal'>
<div class='pill-container align-right'>
{{bs-pills contentBinding='childDisplayViews' selectedBinding='childDisplayViewSelected' size='lg'}}
</div>
</div>
<div class='margin-small-vertical'>
{{outlet}}
</div>
{{else}}
{{partial 'partials/loading-spinner'}}
{{/unless}}