blob: c75d1d2370d078855f0558e070b310bcafa7ddde [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.
}}
<div id='loading'>
{{spin-spinner lines=13 length=20 width=10}}
</div>
<nav class="navbar navbar-default mb0">
<div class="container-fluid">
<div class="navbar-header">
<span class="navbar-brand">Workflow Dashboard</span>
<div class="navbar-brand" id="create-new-button">
<button type="button" {{action "launchDesign"}} class="btn btn-default whiteLabel">
<i class="fa fa-sitemap marginright5"></i>Workflow Manager
</button>
{{help-icon}}
</div>
</div>
</div>
</nav>
<div id="dashboard" class="panel panel-default">
{{outlet 'error'}}
<div class="panel-body main-panel">
{{#search-create-new-bar onSearch="doSearch" onCreate="launchDesign" onRefresh="doRefresh" jobType=model.type filterParams=filterParams}}{{/search-create-new-bar}}
{{#search-table onSearch="doSearch" onAction="onJobAction" onShowJobDetails="onShowJobDetails" onBulkAction="onBulkAction" doRefresh="doRefresh" jobs=model jobType=model.type}}{{/search-table}}
</div>
</div>