blob: 79d60b28ee6091df030aa3e4fddf534f684d6390 [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.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LogSearch</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="libs/bower/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="libs/bower/font-awesome/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="libs/bower/jquery-ui/css/jquery-ui-bootstrap.css">
<link rel="stylesheet" type="text/css" href="styles/custom/visualsearch.css">
<link rel="stylesheet" type="text/css" href="libs/bower/backgrid/backgrid.min.css">
<link rel="stylesheet" type="text/css" href="libs/custom/backgrid-columnmanager/Backgrid.ColumnManager.css">
<link rel="stylesheet" type="text/css" href="libs/bower/backgrid-paginator/backgrid-paginator.min.css">
<link rel="stylesheet" type="text/css" href="libs/bower/backgrid-sizeable-columns/backgrid-sizeable-columns.css">
<link rel="stylesheet" type="text/css" href="libs/bower/backgrid-orderable-columns/backgrid-orderable-columns.css">
<link rel="stylesheet" type="text/css" href="libs/custom/daterangepicker/css/daterangepicker.css">
<link rel="stylesheet" type="text/css" href="styles/animate.css">
<link rel="stylesheet" type="text/css" href="libs/bower/select2/select2.css">
<link rel="stylesheet" type="text/css" href="libs/bower/nvd3/nv.d3.min.css">
<link rel="stylesheet" type="text/css" href="libs/bower/gridster/jquery.gridster.min.css">
<link rel="stylesheet" type="text/css" href="libs/bower/bootstrap-tour/bootstrap-tour.min.css">
<link href="styles/style_v2.css" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://getbootstrap.com/docs-assets/js/html5shiv.js"></script>
<script src="http://getbootstrap.com/docs-assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--Start Header-->
<header class="navbar">
<div class="container-fluid expanded-panel">
<div class="row top-panel-right">
<div id="logo" class="col-xs-12 col-sm-3">
<div class="row">
<div class="col-sm-2"><img title="Apache Ambari" alt="Apache Ambari" src="images/logo-white.png" height="32px"></div>
<div class="col-sm-10"><a href="javascript:void(0);">Log Search</a></div>
</div>
</div>
<div id="r_header"></div>
</div>
</div>
</header>
<!--End Header-->
<!--Start Container-->
<div id="main" class="container-fluid">
<div class="row">
<!--Start Content-->
<div id="content" class="col-xs-12 col-sm-12">
<div id="r_content" >
<i class="icon-spinner"></i>
</div>
</div>
<!--End Content-->
</div>
</div>
<!--End Container-->
<script data-main="scripts/Init.js" src="libs/bower/requirejs/require.js"></script>
<!-- endbuild -->
<script type="text/javascript">
require.config({
waitSeconds : 0
});
if (!window.console) window.console = {};
if (!window.console.log) window.console.log = function () { };
</script>
<div class="btn-group contextMenuBody dropup" style="display:none;position:absolute;z-index:9999;">
<button type="button" class="btn btn-info btn-circle btn-app-sm btn-context dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-info"></i>
</button>
<ul class="dropdown-menu">
<li><a data-id="I" href="javascript:void(0);">Include</a></li>
<li><a data-id="E" href="javascript:void(0);">Exclude</a></li>
<li><a data-id="IA" href="javascript:void(0);">*Include*</a></li>
<li><a data-id="EA" href="javascript:void(0);">*Exclude*</a></li>
<li role="separator" class="divider"></li>
<li><a data-id="F" href="javascript:void(0);">Find</a></li>
</ul>
</div>
<div class="arrowDiv">
<div class="bottomToTop" title="Scroll To Top"><i class="fa fa-arrow-circle-up"></i></div>
<div class="topToBottom" title="Scroll To bottom"><i class="fa fa-arrow-circle-down"></i></div>
</div>
</body>
</html>