Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Fixes elastic#121 Made changes to copy per discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Mar 3, 2014
1 parent b1b4c84 commit a043f86
Showing 1 changed file with 15 additions and 31 deletions.
46 changes: 15 additions & 31 deletions kibana/panels/cluster/optin.html
@@ -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>

0 comments on commit a043f86

Please sign in to comment.