Skip to content

Commit

Permalink
Fixing link to cluster view
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 12, 2016
1 parent 4acf186 commit ba28fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def refresh_datasources(self):
flash(
"Error while processing cluster '{}'".format(cluster),
"alert")
return redirect('/clustermodelview/list/')
return redirect('/druidclustermodelview/list/')
cluster.metadata_last_refreshed = datetime.now()
flash(
"Refreshed metadata from cluster "
Expand Down

0 comments on commit ba28fbb

Please sign in to comment.