Small fixes

This commit is contained in:
RainLoop Team 2015-02-16 19:50:25 +04:00
parent f1b85dda13
commit c9e3c76398
2 changed files with 1 additions and 6 deletions

View file

@ -72,11 +72,7 @@
<div data-bind="visible: 'up-to-date' === statusType()">
<i class="icon-ok" style="color: green"></i>
&nbsp;&nbsp;
RainLoop
<span data-bind="visible: 'stable' !== coreType()" style="color:red">
(<span data-bind="text: coreType"></span>)
</span>
is up to date.
RainLoop is up to date.
</div>
<div data-bind="visible: 'updating' === statusType()">
<i class="icon-spinner animated"></i>