mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Fixed loading widget again
This commit is contained in:
parent
90dedbe2dc
commit
8edd54c1e6
@ -511,6 +511,8 @@ function CreateLoadingHelper ( szLoadingText )
|
||||
(function($) {
|
||||
$.widget("artistan.loading", $.ui.dialog, {
|
||||
options: {
|
||||
/* show: "fade",
|
||||
hide: "fade",*/
|
||||
// your options
|
||||
spinnerClassSuffix: 'spinner',
|
||||
spinnerHtml: szLoadingText,// allow for spans with callback for timeout...
|
||||
@ -520,7 +522,7 @@ function CreateLoadingHelper ( szLoadingText )
|
||||
minWidth: 220,
|
||||
height: 120,
|
||||
width: 300,
|
||||
modal: true
|
||||
modal: false,
|
||||
},
|
||||
|
||||
_create: function() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="mainfooter">
|
||||
<tr>
|
||||
<td align="center" class="line0" valign="_top">Made by <a href="http://www.adiscon.com" target="_blank">Adiscon GmbH</a> (2008-2014)</td>
|
||||
<td align="center" class="line0" valign="_top">Made by <a href="http://www.adiscon.com" target="_blank">Adiscon GmbH</a> (2008-2016)</td>
|
||||
<td align="center" class="line1" valign="_top">
|
||||
<a href="http://loganalyzer.adiscon.com" target="_blank">Adiscon LogAnalyzer</A> Version {BUILDNUMBER}
|
||||
</td>
|
||||
@ -53,6 +53,7 @@
|
||||
</table>
|
||||
<!-- ENDIF SHOWDEBUGMSG="true" -->
|
||||
|
||||
<script>$("#loading_dialog").loading("loadStop"); /* Hide Loading Widget */</script>
|
||||
{EXTRA_FOOTER}
|
||||
</body>
|
||||
</html>
|
@ -21,8 +21,8 @@
|
||||
{EXTRA_HTMLHEAD}
|
||||
</head>
|
||||
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
<div id="loading_dialog"></div>
|
||||
<script>CreateLoadingHelper("Loading ... please wait");</script>
|
||||
<div id="loading_dialog"><br/></div>
|
||||
<script>CreateLoadingHelper("Loading ... please wait"); $("#loading_dialog").loading(); /* Show loading during pageload */</script>
|
||||
{EXTRA_HEADER}
|
||||
|
||||
<!-- IF MAXIMIZED!="true" -->
|
||||
|
@ -245,7 +245,6 @@
|
||||
</table>
|
||||
<!-- ENDIF SourceDescriptionEnabled="true" -->
|
||||
|
||||
<script> $("#loading_dialog").loading();</script>
|
||||
<!-- IF syslogmessagesenabled="true" -->
|
||||
<table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="with_border_alternate" style="display:none" id="fullcontenttable">
|
||||
<tr>
|
||||
@ -336,7 +335,6 @@
|
||||
|
||||
</table>
|
||||
<!-- ENDIF syslogmessagesenabled="true" -->
|
||||
<script>$("#loading_dialog").remove();</script>
|
||||
|
||||
<!-- IF main_pagerenabled="true" -->
|
||||
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1" class="with_border">
|
||||
@ -442,7 +440,7 @@ $( "#dialog" ).dialog({
|
||||
]
|
||||
});
|
||||
|
||||
$( "#fullcontenttable" ).show();
|
||||
/* Show Table now! */
|
||||
$( "#fullcontenttable" ).show();
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user