Sha256: 95f0525b9be6adb3ccca64b64fc6f1d117022a95ef61105ff9c28180a64ccc9c
Contents?: true
Size: 595 Bytes
Versions: 1
Compression:
Stored size: 595 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/docs?" + $.param(params) }, tables_queries_path: function(params) { return rootPath + "queries/tables?" + $.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blazer-2.0.0 | app/assets/javascripts/blazer/routes.js |