Fix text on settings and support views

This commit is contained in:
Johannes Zellner
2017-01-29 12:11:45 -08:00
parent 2d3bdda1c8
commit e0033b31f2
3 changed files with 14 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
<div class="row shadow memory-app-container">
<div class="row">
<div class="col-md-6"">
<div class="col-md-6">
<h3>Apps</h3>
<canvas id="memoryUsageAppsChart" width="200" height="200"></canvas>
</div>

View File

@@ -158,7 +158,7 @@
<div class="form-group" ng-class="{ 'has-error': configureBackup.error.prefix }">
<label class="control-label" for="inputConfigureBackupPrefix">Prefix</label>
<input type="text" class="form-control" ng-model="configureBackup.prefix" id="inputConfigureBackupPrefix" name="prefix" ng-disabled="configureBackup.busy" placeholder="Prefix for all backup file names" required>
<input type="text" class="form-control" ng-model="configureBackup.prefix" id="inputConfigureBackupPrefix" name="prefix" ng-disabled="configureBackup.busy" placeholder="Prefix for backup file names" required>
</div>
<div class="form-group" ng-class="{ 'has-error': configureBackup.error.region }">
@@ -183,7 +183,7 @@
<div class="form-group" ng-class="{ 'has-error': configureBackup.error.key }">
<label class="control-label" for="inputConfigureBackupKey">Encryption key (optional)</label>
<input type="text" class="form-control" ng-model="configureBackup.key" id="inputConfigureBackupKey" name="prefix" ng-disabled="configureBackup.busy" placeholder="Encryption key for all backups">
<input type="text" class="form-control" ng-model="configureBackup.key" id="inputConfigureBackupKey" name="prefix" ng-disabled="configureBackup.busy" placeholder="Encryption key for backups">
</div>
<input class="ng-hide" type="submit" ng-disabled="configureBackupForm.$invalid"/>
@@ -293,7 +293,7 @@
The <a href="https://cloudron.io/references/usermanual.html#email" target="_blank">User manual</a> has information on how to setup email clients.
<br/>
<br/>
Apps can send email regardless of this setting. If this option is enabled, apps are able to receive emails.
Apps can send email regardless of this setting. Enable this option to allow apps to receive emails.
</div>
</div>
<br/>
@@ -371,7 +371,7 @@
<br/>
<div class="col-md-12">
<div ng-show="createBackup.busy" class="progress progress-striped active animateMe">
<div class="progress-bar progress-bar-success" role="progressbar" style="width: {{ createBackup.percent }}%">{{ createBackup.percent }}%</div>
<div class="progress-bar progress-bar-success" role="progressbar" style="width: {{ createBackup.percent }}%"></div>
</div>
<br/>
</div>
@@ -397,7 +397,7 @@
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<div class="col-md-12">
<p>Configure the auto-update schedule for the platform and the apps:</p>
<p>Configure the update schedule for the platform and the apps</p>
<p class="text-danger" ng-show="autoUpdate.error"><br/>{{ autoUpdate.error }}</p>
</div>
</div>
@@ -419,7 +419,7 @@
<div class="radio">
<label>
<input type="radio" name="scheduleRadio" ng-model="autoUpdate.pattern" value="never">
Never (Updates have to be triggered manually)
Update manually
</label>
</div>
</div>

View File

@@ -11,12 +11,8 @@
<div class="grid-item-top">
<div class="row animateMeOpacity">
<div class="col-lg-12">
<h3>Docs</h3>
If you have any questions, please read our <a href="{{ config.webServerOrigin }}/faq.html" target="_blank">Frequently Asked Questions</a>.
<br/>
<br/>
For user manuals and developer related questions, please refer to our <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank"> documentation</a>.
<h3>Community</h3>
Chat with us live at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
</div>
</div>
</div>
@@ -28,8 +24,11 @@
<div class="grid-item-top">
<div class="row animateMeOpacity">
<div class="col-lg-12">
<h3>Chat</h3>
Chat with us live at <a href="https://chat.cloudron.io/" target="_blank">chat.cloudron.io</a>.
<h3>Docs</h3>
For user manuals and developer related questions, please refer to our <a href="{{ config.webServerOrigin }}/documentation.html" target="_blank"> documentation</a>.
<br/>
<br/>
Cloudron is open source. To report issues, <a href="https://git.cloudron.io/cloudron/box/issues" target="_blank">open a ticket</a>.
</div>
</div>
</div>