Parcourir la source

[hbase] query reload fix

Kevin Wang il y a 12 ans
Parent
commit
8f80f33716
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      apps/hbase/static/js/controls.js

+ 1 - 0
apps/hbase/static/js/controls.js

@@ -161,6 +161,7 @@ var SmartViewModel = function(options)
       }
     }
     routie(app.cluster() + '/' + app.views.tabledata.name() +'/query/' + value);
+    self.evaluateQuery();
   });
 
   self._reloadcfs = function()