blob: 5be3e2bab0fd09d2436f9abe1cc159ef15b6524f [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.
--%>
<%@ page contentType="text/html" pageEncoding="UTF-8" session="false" %>
<div id="summary">
<div id="summary-header-and-filter">
<div id="summary-header-text">NiFi Summary</div>
<div id="summary-filter-controls">
<div id="summary-filter-container">
<input type="text" id="summary-filter"/>
<div id="summary-filter-type"></div>
</div>
<div id="summary-filter-status">
Displaying&nbsp;<span id="displayed-items"></span>&nbsp;of&nbsp;<span id="total-items"></span>
</div>
</div>
<div id="view-options-container">
View:&nbsp;
<span id="view-single-node-link" class="view-summary-link">Single node</span>&nbsp;&nbsp;<span id="view-cluster-link" class="view-summary-link">Cluster</span>
</div>
</div>
<div id="flow-summary-refresh-container">
<div id="summary-tabs"></div>
<div id="refresh-button" class="summary-refresh pointer" title="Refresh"></div>
<div id="summary-last-refreshed-container">
Last updated:&nbsp;<span id="summary-last-refreshed"></span>
</div>
<div id="summary-loading-container" class="loading-container"></div>
<div id="system-diagnostics-link-container">
<span id="system-diagnostics-link" class="link">system diagnostics</span>
</div>
</div>
<div id="summary-tab-background"></div>
<div id="summary-tabs-content">
<div id="processor-summary-tab-content" class="configuration-tab">
<div id="processor-summary-table" class="summary-table"></div>
</div>
<div id="connection-summary-tab-content" class="configuration-tab">
<div id="connection-summary-table" class="summary-table"></div>
</div>
<div id="process-group-summary-tab-content" class="configuration-tab">
<div id="process-group-summary-table" class="summary-table"></div>
</div>
<div id="input-port-summary-tab-content" class="configuration-tab">
<div id="input-port-summary-table" class="summary-table"></div>
</div>
<div id="output-port-summary-tab-content" class="configuration-tab">
<div id="output-port-summary-table" class="summary-table"></div>
</div>
<div id="remote-process-group-summary-tab-content" class="configuration-tab">
<div id="remote-process-group-summary-table" class="summary-table"></div>
</div>
</div>
</div>