mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #492
This commit is contained in:
parent
8e0c710815
commit
d91fbaa2c0
2 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ import { SieveScriptPopupView } from 'Sieve/View/Script';
|
||||||
window.Sieve = {
|
window.Sieve = {
|
||||||
capa: capa,
|
capa: capa,
|
||||||
scripts: scripts,
|
scripts: scripts,
|
||||||
setError: setError,
|
|
||||||
loading: loading,
|
loading: loading,
|
||||||
serverError: serverError,
|
serverError: serverError,
|
||||||
serverErrorDesc: serverErrorDesc,
|
serverErrorDesc: serverErrorDesc,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<i class="icon-spinner" style="margin-top: 5px" data-bind="visible: loading"></i>
|
<i class="icon-spinner" style="margin-top: 5px" data-bind="visible: loading"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-error g-ui-user-select-none" data-bind="visible: serverError" data-icon="⚠" data-bind="text: serverErrorDesc"></div>
|
<div class="alert alert-error g-ui-user-select-none" data-bind="visible: serverError, text: serverErrorDesc" data-icon="⚠"></div>
|
||||||
<table class="table table-hover list-table g-ui-user-select-none">
|
<table class="table table-hover list-table g-ui-user-select-none">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 30px">
|
<col style="width: 30px">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue