Sha256: 119fdd798865dae5f76eafc2e09a5f0b6108c181b7074642c93a4a03a9589395
Contents?: true
Size: 704 Bytes
Versions: 4
Compression:
Stored size: 704 Bytes
Contents
var Routes = { run_queries_path: function() { return rootPath + "queries/run" }, cancel_queries_path: function() { return rootPath + "queries/cancel" }, schema_queries_path: function(params) { return rootPath + "queries/schema?" + $.param(params) }, tables_queries_path: function(params) { return rootPath + "queries/tables?" + $.param(params) }, columns_queries_path: function(params) { return rootPath + "queries/columns?" + $.param(params) }, queries_path: function() { return rootPath + "queries" }, query_path: function(id) { return rootPath + "queries/" + id }, dashboard_path: function(id) { return rootPath + "dashboards/" + id } }
Version data entries
4 entries across 4 versions & 1 rubygems