瀏覽代碼

HUE-6052 [oozie] Fix workflow dashboard status button filtering

krish 8 年之前
父節點
當前提交
ab2b912
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/oozie/src/oozie/templates/dashboard/list_oozie_workflows.mako

+ 1 - 1
apps/oozie/src/oozie/templates/dashboard/list_oozie_workflows.mako

@@ -342,7 +342,7 @@ ${ layout.menubar(section='workflows', dashboard=True) }
     $("a.btn-status").click(function () {
       refreshPagination();
       $(this).toggleClass("active");
-      refreshTables;
+      refreshTables();
     });
 
     $("a.btn-submitted").click(function () {