mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 01:18:20 +00:00
skip the flow root call for projects
This commit is contained in:
parent
9be8cc187b
commit
eeb90d755a
@ -2,6 +2,11 @@ var flowsController = null;
|
||||
App.FlowsRoute = Ember.Route.extend({
|
||||
setupController: function(controller) {
|
||||
flowsController = controller;
|
||||
var location = window.location.hash;
|
||||
if (location != '#/flows/page/1')
|
||||
{
|
||||
return;
|
||||
}
|
||||
currentTab = 'Flows';
|
||||
updateActiveTab();
|
||||
var url = 'api/v1/flows?size=10&page=1';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user