mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 23:22:40 +00:00
网络断开时, auth检查
sync还有问题
This commit is contained in:
@@ -194,13 +194,15 @@ function log(o) {
|
||||
-->
|
||||
<div id="notebookBottom" class="clearfix">
|
||||
<!-- fa-spin -->
|
||||
<a class="pull-left sync-icon"><i class="fa fa-refresh"></i></a>
|
||||
|
||||
<a class="pull-left sync-icon">
|
||||
<i class="fa fa-refresh" id="syncRefresh"></i>
|
||||
<i class="fa fa-exclamation-triangle" id="syncWarning" title="Sync error!!"></i>
|
||||
</a>
|
||||
<div class="pull-right" id="myProfile">
|
||||
<div class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="username">
|
||||
life@leanote.com
|
||||
lifekkk@leanote.com
|
||||
</span><i class="fa fa-angle-down account-more"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu li-a " role="menu">
|
||||
|
Reference in New Issue
Block a user