diff --git a/pagure/templates/waiting.html b/pagure/templates/waiting.html index 45aab3c..dbe0a72 100644 --- a/pagure/templates/waiting.html +++ b/pagure/templates/waiting.html @@ -5,24 +5,25 @@ {% block content %}
-
-
-
- Waiting -
-
-

- We are waiting for your task to finish. - This page should be refreshed automatically, but if not click - Here -

-

- Your task is currently {{ task.status }} -

- +
+
+
+
+

+ Waiting +

+

+ We are waiting for your task to finish. + This page should be refreshed automatically, but if not click + Here +

+

+ Your task is currently {{ task.status }} +

+
@@ -53,6 +54,7 @@ function check_task_status(){ _cnt = res.count; if (_cnt > 30) { $('#slow').show(); + $('.alert.alert-info').toggleClass("alert-info alert-warning"); } $('#status').text(res.status); window.setTimeout(check_task_status, _delay); diff --git a/pagure/templates/waiting_post.html b/pagure/templates/waiting_post.html index 8c16132..80c7150 100644 --- a/pagure/templates/waiting_post.html +++ b/pagure/templates/waiting_post.html @@ -5,31 +5,32 @@ {% block content %}
-
-
-
- Waiting -
-
-
- - {% for field in form_data %} - - {% endfor %} - {{ csrf }} -

- We are waiting for your task to finish. - This page should be refreshed automatically, but if not click - . -

- - -
+
+
+
+
+

+ Waiting +

+
+ + {% for field in form_data %} + + {% endfor %} + {{ csrf }} +

+ We are waiting for your task to finish. + This page should be refreshed automatically, but if not click + . +

+ + +
@@ -62,6 +63,7 @@ _cnt = res.count; if (_cnt > 30) { $('#slow').show(); + $('.alert.alert-info').toggleClass("alert-info alert-warning"); } $('#status').text(res.status); $('#status_p').show();