mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Merged from sub repository (updated ckeditor, filters - step 2)
This commit is contained in:
parent
a57dc3720e
commit
ec7324b061
427 changed files with 10909 additions and 3336 deletions
|
|
@ -25,7 +25,12 @@
|
|||
<div data-bind="visible: 'available' === statusType()">
|
||||
<i class="icon-bolt" style="color: red"></i>
|
||||
|
||||
New <b data-bind="text: coreRemoteVersion"></b> version is available.
|
||||
New
|
||||
<b data-bind="text: coreRemoteVersion"></b>
|
||||
<span data-bind="visible: 'stable' !== coreType()" style="color:red">
|
||||
(<span data-bind="text: coreType"></span>)
|
||||
</span>
|
||||
version is available.
|
||||
<span data-bind="visible: '' !== coreRemoteRelease()">
|
||||
(<span data-bind="text: coreRemoteRelease"></span>)
|
||||
</span>
|
||||
|
|
@ -56,7 +61,11 @@
|
|||
<div data-bind="visible: 'up-to-date' === statusType()">
|
||||
<i class="icon-ok" style="color: green"></i>
|
||||
|
||||
RainLoop is up to date.
|
||||
RainLoop
|
||||
<span data-bind="visible: 'stable' !== coreType()" style="color:red">
|
||||
(<span data-bind="text: coreType"></span>)
|
||||
</span>
|
||||
is up to date.
|
||||
</div>
|
||||
<div data-bind="visible: 'updating' === statusType()">
|
||||
<i class="icon-spinner animated"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue