{{! * 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. }}
{{t apps.avgTable.jobs}} {{t apps.avgTable.input}} {{t apps.avgTable.output}} {{t apps.avgTable.duration}} {{t apps.avgTable.oldest}} {{t apps.avgTable.mostRecent}}
{{t apps.avgTable.avg}} {{summary.jobs.avg}} {{summary.input.avg}} {{summary.output.avg}} {{summary.duration.avg}} {{summary.times.oldest}} {{summary.times.youngest}}
{{t apps.avgTable.min}} / {{t apps.avgTable.max}} {{summary.jobs.min}} / {{summary.jobs.max}} {{summary.input.min}} / {{summary.input.max}} {{summary.output.min}} / {{summary.output.max}} {{summary.duration.min}} / {{summary.duration.max}}
{{#view view.wrapSorting}} {{#each controller.columnsName}} {{#view view.parentView.sortingColumns contentBinding="this"}} {{name}} {{/view}} {{/each}} {{/view}} {{#if view.emptyData}} {{else}} {{#each run in content}} {{view view.containerRow runBinding="run" currentViewBinding="view.appTableRow"}} {{/each}} {{/if}}
{{view view.appIdFilterView}} {{view view.nameFilterView}} {{view view.typeFilterView}} {{view view.userFilterView}} {{view view.jobsFilterView}} {{view view.inputFilterView}} {{view view.outputFilterView}} {{view view.durationFilterView}} {{view view.runDateFilterView}}
{{t apps.filters.nothingToShow}}
{{view.paginationInfo}}
{{view view.paginationLeft}} {{view view.paginationRight}}