2016-12-13 19:52:22 +00:00
|
|
|
<div ng-controller="kibanaSearchBar">
|
2016-11-21 19:00:32 +00:00
|
|
|
|
2016-12-21 18:30:24 +00:00
|
|
|
<kbn-top-nav name="searchbar" config="topNavMenu">
|
|
|
|
<div class="kibana-nav-info"></div>
|
|
|
|
</kbn-top-nav>
|
|
|
|
|
2016-11-21 19:00:32 +00:00
|
|
|
<navbar name="discover-search">
|
|
|
|
<form role="form" class="fill inline-form" ng-submit="fetch()" name="discoverSearch">
|
2017-07-27 16:24:50 +00:00
|
|
|
<div class="typeahead" kbn-typeahead="discover" on-select="">
|
2016-11-21 19:00:32 +00:00
|
|
|
<div class="input-group"
|
|
|
|
ng-class="discoverSearch.$invalid ? 'has-error' : ''">
|
|
|
|
<input
|
|
|
|
parse-query
|
|
|
|
input-focus
|
|
|
|
kbn-typeahead-input
|
|
|
|
ng-model="stateQuery"
|
|
|
|
placeholder="Search..."
|
|
|
|
aria-label="Search input"
|
|
|
|
type="text"
|
|
|
|
class="form-control">
|
|
|
|
<button type="submit"
|
|
|
|
ng-disabled="discoverSearch.$invalid"
|
|
|
|
aria-label="Search">
|
|
|
|
<span aria-hidden="true" class="fa fa-search"></span></button>
|
|
|
|
</div>
|
|
|
|
<kbn-typeahead-items></kbn-typeahead-items>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<div class="button-group" role="toolbar"></div>
|
|
|
|
</navbar>
|
|
|
|
|
2017-01-26 20:28:01 +00:00
|
|
|
<filter-bar state="$state" class="mainSearchBar"></filter-bar>
|
2017-01-26 15:35:07 +00:00
|
|
|
<div layout="row" layout-align="center stretch" id="pciRequirementBox" style="display: none;">
|
|
|
|
<md-card flex>
|
|
|
|
<md-card-content>
|
|
|
|
<span class="md-headline">
|
|
|
|
PCI DSS Requirement <span id="pciRequirementBox_ReqTitle"></span>
|
|
|
|
<span onClick="$('#pciRequirementBox').hide()" style="float: right"><i class="fa fa-times" aria-hidden="true"></i></span>
|
|
|
|
</span>
|
|
|
|
<p id="pciRequirementBox_ReqContent"></p>
|
|
|
|
</md-card-content>
|
|
|
|
</md-card>
|
|
|
|
</div>
|
2016-12-13 19:52:22 +00:00
|
|
|
</div>
|