mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Updated modal welcome popup text + cluster stats editor.html
This commit is contained in:
parent
7fd0744de0
commit
4bad71cb27
2 changed files with 23 additions and 12 deletions
|
@ -1,17 +1,20 @@
|
|||
|
||||
<div ng-show="!_.isUndefined(panel.optin)" >
|
||||
<div class="editor-row">
|
||||
<h4>Help us improve elasticsearch!</h4>
|
||||
Would you like to help us improve Elasticsearch by reporting <strong>anonymous</strong>
|
||||
cluster statistics including information about
|
||||
the size and performance of your cluster. Data is sent once daily and is under 1 kilobyte. To
|
||||
see a sample report click <span class="link" ng-click="showSample=true">here</span>
|
||||
|
||||
<h4>Cluster statistics</h4>
|
||||
|
||||
Help improve Elasticsearch by reporting <strong>anonymous</strong>
|
||||
cluster statistics, including information about the size and performance of your cluster.
|
||||
Data is sent once daily and is under 1 kilobyte. To
|
||||
see a sample report click <span class="link" ng-click="showSample=true">here</span>. The data will only
|
||||
be used by Elasticsearch and will never be transmitted to a third party.
|
||||
</div>
|
||||
<br>
|
||||
<div class="editor-row">
|
||||
<div class="section">
|
||||
<div class="editor-option">
|
||||
<label class="small">Usage Data <tip>Help make Elasticsearch better by sharing anonymous usage data.</tip></label>
|
||||
<label class="small">Send statistics<tip>Help make Elasticsearch better by sharing anonymous usage data.</tip></label>
|
||||
<input type="checkbox" ng-model="cookies.marvelOptIn" ng-true-value="IN" ng-false-value="OUT" />
|
||||
</div>
|
||||
<div ng-show="kbnVersion == '@REV@'" class="editor-option">
|
||||
|
|
|
@ -1,13 +1,21 @@
|
|||
<div class="modal-body">
|
||||
<h2>Welcome to Elasticsearch Marvel</h2>
|
||||
<div>
|
||||
<h4>Help us improve elasticsearch!</h4>
|
||||
Would you like to help us improve Elasticsearch by reporting <strong>anonymous</strong>
|
||||
cluster statistics including information about
|
||||
the size and performance of your cluster. Data is sent once daily and is under 1 kilobyte. To
|
||||
see a sample report click <span class="link" ng-click="showSample=true">here</span>
|
||||
|
||||
You're all set up! In case you need some help you can always visit
|
||||
TODO: ADD URL HERE
|
||||
|
||||
<br/>
|
||||
|
||||
<h5>Cluster statistics</h5>
|
||||
|
||||
Help improve Elasticsearch by reporting <strong>anonymous</strong>
|
||||
cluster statistics, including information about the size and performance of your cluster.
|
||||
Data is sent once daily and is under 1 kilobyte. To
|
||||
see a sample report click <span class="link" ng-click="showSample=true">here</span>. The data will only
|
||||
be used by Elasticsearch and will never be transmitted to a third party.
|
||||
<div ng-show="showSample">
|
||||
<h4>Sample Statistics</h4>
|
||||
<h5>Sample Statistics</h5>
|
||||
<pre>{{ data | json }}</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue