mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Added warning message to admin panel.
This commit is contained in:
parent
7807138b7b
commit
f1b85dda13
5 changed files with 58 additions and 10 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<a class="g-ui-link" href="http://rainloop.net/" target="_blank">http://rainloop.net/</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span6 rl-desc">
|
||||
<div class="span8 rl-desc">
|
||||
<h1 style="margin-bottom: 0;">RainLoop</h1>
|
||||
<h4 style="margin-top: 0;">
|
||||
<span data-bind="text: version"></span>
|
||||
|
|
@ -37,6 +37,15 @@
|
|||
(<span data-bind="text: coreRemoteRelease"></span>)
|
||||
</span>
|
||||
<br />
|
||||
<span data-bind="if: coreWarning">
|
||||
<br />
|
||||
<i class="icon-warning" style="color: red"></i>
|
||||
|
||||
<b>Warning!</b>
|
||||
|
||||
Please read the change log before updating.
|
||||
<br />
|
||||
</span>
|
||||
<br />
|
||||
<span data-bind="visible: coreUpdatable() && coreAccess()">
|
||||
<a class="btn" data-bind="click: updateCoreData">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue