Use AJAX for generation status
This commit is contained in:
parent
2f4feb3082
commit
7031ebc907
7 changed files with 76 additions and 47 deletions
6
onyx/tpl/bootstrap/admin/generation_status.tpl
Normal file
6
onyx/tpl/bootstrap/admin/generation_status.tpl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<queue>
|
||||
{foreach from=$queue item=itm}
|
||||
<item>{$itm}</item>
|
||||
{/foreach}
|
||||
</queue>
|
||||
Reference in a new issue