Just display subscription error message in the ui
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
<p ng-hide="config.provider === 'caas'">Please upgrade to a server instance with more memory. Alternately, free up resources by uninstalling unused applications.</p>
|
||||
</div>
|
||||
<div class="collapse" id="collapseAppLimitReached" data-toggle="false">
|
||||
<h4 class="text-danger">Subscription required to install more apps.</h4>
|
||||
<p>The free plan only allows 2 apps. Please sign up for a paid plan to install more apps.</p>
|
||||
<h4 class="text-danger">Subscription required</h4>
|
||||
<p>{{ appInstall.subscriptionErrorMesssage }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
Reference in New Issue
Block a user