Show Cloudron version in settings -> updates

This commit is contained in:
Johannes Zellner
2020-09-29 16:38:31 +02:00
parent db4c8d92da
commit e87d206dda

View File

@@ -238,13 +238,22 @@
</div>
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<p class="col-md-12">
<div class="col-md-12">
<span ng-show="updateSchedule.currentPattern !== 'never'">The current automatic update schedule for platform and apps is <b>{{ prettyAutoUpdateSchedule(updateSchedule.currentPattern) }}</b>.</span>
<span ng-show="updateSchedule.currentPattern === 'never'">Automatic update for the platform and apps is <b>disabled</b>.</span>
<br/>
</p>
</div>
</div>
<br/>
<div class="row">
<div class="col-xs-6">
<span class="text-muted">Platform version</span>
</div>
<div class="col-xs-6 text-right">
v{{ config.version }}
</div>
</div>
<div class="row">