Commit 50e2bbe9 by Bence Dányi

webui: poll server if instance is waiting

parent 7c69400d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block js %} {% block js %}
<script type="text/javascript"> <script type="text/javascript">
{% if booting or state != 'ACTIVE' %} {% if booting or state != 'ACTIVE' or i.waiting == True %}
var timer=setInterval(function(){ var timer=setInterval(function(){
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment