Current File : //usr/local/jetapps/var/www/jetbackup5/docroot/app/views/license.htm |
<div style="padding: 20px; text-align: center; font-size: 20px;">
<div class="license-logo"></div>
<h1 style="font-size: 50px;">{{ lang.t("License Issue") }}</h1>
<p ng-bind-html="license.message"></p>
<p>{{ lang.t("Please take the following steps to resolve your issue.") }} </p>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="license-box">
<div class="license-container">
<em class='fa fa-check-square'></em>
<div class="text-middle">{{lang.t("Verify that your server license is active at:")}} <a href="https://billing.jetapps.com/verify.php" style="color: #fd6b2b;" target="_blank">https://billing.jetapps.com/verify.php</a></div>
</div>
</div>
<div class="license-box">
<div class="license-container">
<em class='fa fa-server'></em>
<div class="text-middle">{{lang.t("If your license is active, validate your JetBackup license against our licensing servers by executing the following command from your server's CLI as root user:")}} <strong>/usr/bin/jetbackup5 --license</strong></div>
</div>
</div>
<div class="license-box">
<div class="license-container">
<em class='fa fa-life-ring'></em>
<div class="text-middle">{{lang.t("If your issue persists, please contact your JetBackup service provider for more information.")}}</div>
</div>
</div>
<div style="text-align: center; margin-top: 10px;">
<a href="" ng-click="reloadPage();" class="btn btn-primary"><span class="fa fa-refresh"></span> {{ lang.t("Reload Page") }}</a>
</div>
</div>
</div>