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

@ -69,7 +69,6 @@ class Application extends \RainLoop\Config\AbstractConfig
'allow_languages_on_settings' => array(true, 'Allow language selection on settings screen'), 'allow_languages_on_settings' => array(true, 'Allow language selection on settings screen'),
'allow_additional_accounts' => array(true, ''), 'allow_additional_accounts' => array(true, ''),
'allow_identities' => array(true, ''),
'messages_per_page' => array(20, ' Number of messages displayed on page by default'), 'messages_per_page' => array(20, ' Number of messages displayed on page by default'),

View file

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