diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index bc741ca16a..702191d940 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -58,7 +58,7 @@ @import "breadcrumbs.less"; @import "stdout.less"; @import "lists.less"; -@import "new-dashboard.less"; +@import "dashboard.less"; @import "jPushMenu.less"; @import "survey-maker.less"; @import "portal.less"; diff --git a/awx/ui/static/less/new-dashboard.less b/awx/ui/static/less/dashboard.less similarity index 98% rename from awx/ui/static/less/new-dashboard.less rename to awx/ui/static/less/dashboard.less index 4a6e2c58cc..6fcbe7289c 100644 --- a/awx/ui/static/less/new-dashboard.less +++ b/awx/ui/static/less/dashboard.less @@ -1,7 +1,7 @@ /********************************************* * Copyright (c) 2014 AnsibleWorks, Inc. * - * new-dashboard.css + * dashboard.css * * custom styles for the new dashboard *