UNPKG

kibana-riya

Version:

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic

19 lines (17 loc) 540 B
<form role="form" ng-submit="opts.saveDataSource()" > <div class="kuiLocalDropdownTitle">Save Search</div> <input class="kuiLocalDropdownInput" id="SaveSearch" ng-model="opts.savedSearch.title" input-focus="select" placeholder="Name this search..." > <saved-object-save-as-check-box saved-object="opts.savedSearch"></saved-object-save-as-check-box> <button ng-disabled="!opts.savedSearch.title" data-test-subj="discover-save-search-btn" type="submit" class="btn btn-primary"> Save </button> </form>