Changing the title for explore pages

This commit is contained in:
Michelle Thomas 2018-03-09 10:53:45 -08:00
parent 402c7ddb26
commit 882921825c

View File

@ -1299,7 +1299,7 @@ class Superset(BaseSupersetView):
if slc: if slc:
title = slc.slice_name title = slc.slice_name
else: else:
title = '[explore] ' + table_name title = 'Explore - ' + table_name
return self.render_template( return self.render_template(
'superset/basic.html', 'superset/basic.html',
bootstrap_data=json.dumps(bootstrap_data), bootstrap_data=json.dumps(bootstrap_data),