Browse Source

HUE-151. Beeswax query wait doesn't refresh

bc Wong 15 năm trước cách đây
mục cha
commit
bbd55663db
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      apps/beeswax/src/beeswax/templates/watch_wait.mako

+ 1 - 2
apps/beeswax/src/beeswax/templates/watch_wait.mako

@@ -17,8 +17,7 @@
 <%namespace name="util" file="util.mako" />
 ${wrappers.head("Beeswax: Waiting for query...", section='query')}
 
-<meta http-equiv="refresh"
-    content="3;url=${url('beeswax.views.watch_query', query.id)}?${fwd_params}">
+<meta http-equiv="refresh" content="3;${url('beeswax.views.watch_query', query.id)}?${fwd_params}" />
 
 <div class="view partial_refresh" id="watch_wait">
   <div class="resizable" data-filters="SplitView">