diff --git a/panoramix/views.py b/panoramix/views.py index c8ae20f2ffcc7..1354729d2a0e9 100644 --- a/panoramix/views.py +++ b/panoramix/views.py @@ -208,6 +208,9 @@ class SliceModelView(PanoramixModelView, DeleteMixin): 'slice_name', 'description', 'viz_type', 'druid_datasource', 'table', 'dashboards', 'params'] base_order = ('changed_on','desc') + description_columns = { + 'description': Markup("The content here can be displayed as widget headers in the dashboard view. Supports markdown"), + } appbuilder.add_view(