mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 08:46:44 +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 = {
|
||||
capa: capa,
|
||||
scripts: scripts,
|
||||
setError: setError,
|
||||
loading: loading,
|
||||
serverError: serverError,
|
||||
serverErrorDesc: serverErrorDesc,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<i class="icon-spinner" style="margin-top: 5px" data-bind="visible: loading"></i>
|
||||
</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">
|
||||
<colgroup>
|
||||
<col style="width: 30px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue