Make all only in paid version displays the same
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="card">
|
||||
<div class="grid-item-top">
|
||||
<div class="row animateMeOpacity" ng-show="subscription.plan.id === 'free'">
|
||||
<p class="text-bold">Support tickets are only available in the paid plans.</p>
|
||||
<p class="text-bold">This feature is only available in the paid plans.</p>
|
||||
<p>You may find answers in our <a href="https://cloudron.io/documentation/apps/?support_view" target="_blank">documentation</a> or ask on the <a href="https://forum.cloudron.io/" target="_blank">Forum</a>.</p>
|
||||
</div>
|
||||
<div class="row animateMeOpacity" ng-hide="subscription.plan.id === 'free'">
|
||||
@@ -53,14 +53,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-left" ng-show="supportConfig.remoteSupport">
|
||||
<div class="text-left">
|
||||
<h3>Remote Support</h3>
|
||||
</div>
|
||||
|
||||
<div class="card" ng-show="supportConfig.remoteSupport">
|
||||
<div class="card">
|
||||
<div class="grid-item-top">
|
||||
<div class="row animateMeOpacity" ng-show="subscription.plan.id === 'free'">
|
||||
<b>This features is only available in the paid plans.</b>
|
||||
<b>This feature is only available in the paid plans.</b>
|
||||
</div>
|
||||
<div class="row animateMeOpacity" ng-hide="subscription.plan.id === 'free'">
|
||||
<div class="col-lg-12">
|
||||
|
||||
Reference in New Issue
Block a user