mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixes #121 Made changes to copy per discussion
This commit is contained in:
parent
b1b4c84857
commit
a043f86a1f
1 changed files with 15 additions and 31 deletions
|
@ -1,32 +1,16 @@
|
|||
<div class="modal-body">
|
||||
<h2>Welcome to Elasticsearch Marvel</h2>
|
||||
<div style="max-width: 600px;">
|
||||
|
||||
<p>
|
||||
You're all set up! If you need a bit of help you can always visit
|
||||
<a href="http://www.elasticsearch.org/overview/marvel/" target="_blank">Marvel's web page</a>
|
||||
|
||||
<p/>
|
||||
<h5>A friendly request</h5>
|
||||
|
||||
<p>
|
||||
Help us make Elasticsearch better by sharing your cluster statistics with us.
|
||||
Totally <strong>anonymous</strong> and <strong>never</strong> shared with anyone. Not ever.
|
||||
Curious what we see? <span class="link" ng-click="showSample=true">View report here</span>
|
||||
</p>
|
||||
<p>
|
||||
Thx,<br>
|
||||
The Elasticsearch Dev Team
|
||||
</p>
|
||||
|
||||
<div ng-show="showSample">
|
||||
<h5>Sample Statistics</h5>
|
||||
<pre>{{ data | json }}</pre>
|
||||
</div>
|
||||
|
||||
<div class="modal-body" style="text-align: center;">
|
||||
<h2>Try Marvel for Free in Development</h2>
|
||||
<p class="lead">Like it? Then <a href="http://www.elasticsearch.com/marvel/" target="_BLANK">buy a license</a> for production, only $500 for your first 5 nodes.<br/>
|
||||
…or talk to us about our <a href="http://www.elasticsearch.com/support/" target="_BLANK">annual support packages</a> that include Marvel for free.</p>
|
||||
<p>
|
||||
<a href="http://www.elasticsearch.com/marvel/" target="_BLANK" class="btn btn-success">Buy Marvel Now</a>
|
||||
<a href="http://www.elasticsearch.com/support/" target="_BLANK" class="btn btn-success">Learn About Support</a>
|
||||
<a class="btn btn-success" ng-click="setOptIn(true);dismiss();">Continue Free Trial</a>
|
||||
</p>
|
||||
<p>Sharing your cluster statistics with us to help us improve. Totally anonymous and never shared with <br/>
|
||||
anyone. Not ever. Curious what we see? <a ng-click="showSample=true">View report here</a>. Not interested? <a ng-click="setOptIn(false);dismiss();">Opt out here</a></p>
|
||||
<div ng-show="showSample" style="text-align: left;">
|
||||
<h5>Sample Statistics</h5>
|
||||
<pre>{{ data | json }}</pre>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button ng-click="setOptIn(true);dismiss();" class="btn btn-success">Count me in!</button>
|
||||
<span ng-click="setOptIn(false);dismiss();" class="pointer small">No Thanks</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue