Skip to content

Commit

Permalink
Fixed refresh_datasource redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 5, 2016
1 parent bf2e804 commit f9d04e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ def refresh_datasources(self):
"[" + cluster.cluster_name + "]",
'info')
session.commit()
return redirect("/datasourcemodelview/list/")
return redirect("/druiddatasourcemodelview/list/")

@expose("/autocomplete/<datasource>/<column>/")
def autocomplete(self, datasource, column):
Expand Down

0 comments on commit f9d04e8

Please sign in to comment.