Skip to content

Commit

Permalink
Moving 'CSS TEmplates' to the Manage menu category (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 14, 2016
1 parent f0f8478 commit 82bcadf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions caravel/views.py
Expand Up @@ -686,8 +686,6 @@ class AccessRequestsModelView(CaravelModelView, DeleteMixin):
category_label=__("Security"),
icon='fa-table',)

appbuilder.add_separator("Sources")


class DruidClusterModelView(CaravelModelView, DeleteMixin): # noqa
datamodel = SQLAInterface(models.DruidCluster)
Expand Down Expand Up @@ -2218,8 +2216,8 @@ class CssTemplateModelView(CaravelModelView, DeleteMixin):
"CSS Templates",
label=__("CSS Templates"),
icon="fa-css3",
category="Sources",
category_label=__("Sources"),
category="Manage",
category_label=__("Manage"),
category_icon='')

appbuilder.add_link(
Expand Down

0 comments on commit 82bcadf

Please sign in to comment.