| {{!-- |
| 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. |
| --}} |
| <!-- <h3 class="wrap-header bold"><i class="icon-shield"></i> {{tt 'lbl.auditReport'}} </h3> --> |
| <ul class="nav nav-tabs tabs clearfix"> |
| <li data-js="agent" > |
| <a data-toggle="tab" href="#agent">{{tt 'h.agents'}}</a> |
| </li> |
| <li data-js="users"> |
| <a data-toggle="tab" href="#loginSession">{{tt 'h.loginSession'}} </a> |
| </li> |
| <li data-js="repository" > |
| <a data-toggle="tab" href="#admin">{{tt 'h.admin'}} </a> |
| </li> |
| <li data-js="policy" class="active"> |
| <a data-toggle="tab" href="#bigData">{{tt 'h.access'}} </a> |
| </li> |
| </ul> |
| <div class="wrap non-collapsible " style="margin-top:-6px;"> |
| <div class="wrap well"> |
| <div class="row-fluid"> |
| <div class="span9"> |
| <div class="visual_search"></div> |
| </div> |
| </div> |
| </div> |
| <div class="row-fluid"> |
| <div class="clearfix" data-id="refreshTable"> |
| <button class="btn-right link-tag" data-id="refresh" style="margin-top: -3px;" title="Refresh"> |
| <i class="icon-refresh"></i> |
| </button> |
| <span class="pull-right" data-id="lastUpdateTime"> Last Updated Time : <label data-id="lastUpdateTimeLabel" class="label label-info">{{currentDate}}</label> </span> |
| </div> |
| <!-- <div data-id="r_auditTable" class="hdfs-table"></div> --> |
| <div data-id="r_tableLists" class=""></div> |
| </div> |
| </div> |
| |