Interface optimizations

moment js update
This commit is contained in:
RainLoop Team 2014-04-30 20:24:45 +04:00
parent be8c186f87
commit f36cb72b82
104 changed files with 5869 additions and 1180 deletions

View file

@ -19,7 +19,9 @@
<div class="row">
<div class="span4" data-bind="css: { 'testing-done': testingDone, 'testing-error': testingImapError }">
<div class="legend imap-header">
IMAP
<span data-placement="top" data-bind="tooltip3: testingImapErrorDesc">
IMAP
</span>
</div>
Server
<br />
@ -50,7 +52,9 @@
</div>
<div class="span4" data-bind="css: { 'testing-done': testingDone, 'testing-error': testingSmtpError }">
<div class="legend smtp-header">
SMTP
<span data-placement="top" data-bind="tooltip3: testingSmtpErrorDesc">
SMTP
</span>
</div>
Server
<br />