Fixing link to cluster view

This commit is contained in:
Maxime Beauchemin 2016-02-11 17:57:59 -08:00
parent 4acf1865f8
commit ba28fbbd6b
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ class Panoramix(BaseView):
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 "