This commit is contained in:
the-djmaze 2022-08-23 00:00:56 +02:00
parent 8e0c710815
commit d91fbaa2c0
2 changed files with 1 additions and 2 deletions

View file

@ -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,

View file

@ -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">