Improve business plan placeholders
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
|
||||
<div class="row" ng-hide="config.features.privateDockerRegistry">
|
||||
<div class="col-xs-12">
|
||||
<b class="text-danger">This features is only available in the business plan.</b>
|
||||
<b>This features is only available in the business plan.</b>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -394,7 +394,7 @@
|
||||
<div class="card" style="margin-bottom: 15px;">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p>Some aspects of the Cloudron dashboard can be branded using [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).</p>
|
||||
<p>Some aspects of the Cloudron dashboard can be branded using <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">markdown</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -402,7 +402,7 @@
|
||||
|
||||
<div class="row" ng-hide="config.features.branding">
|
||||
<div class="col-xs-12">
|
||||
<b class="text-danger">This features is only available in the business plan.</b>
|
||||
<b>This features is only available in the business plan.</b>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -418,5 +418,7 @@
|
||||
<button class="btn btn-outline btn-primary pull-right" ng-click="branding.footer.save()"><i class="fa fa-circle-notch fa-spin" ng-show="branding.footer.busy"></i> Save</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user