From fbb704aa4afa85738b6500ab0712c31871d6de27 Mon Sep 17 00:00:00 2001 From: Thai Tran Date: Tue, 26 May 2015 17:25:49 -0700 Subject: [PATCH] Remove bad 404 calls There are requests that return 404 on almost every page load. These two files seem to be referenced but not needed. Co-Authored-By: Thai Tran Change-Id: If148f36e299af42252ac9c931d9788758d819c0d Closes-Bug: 1454395 --- openstack_dashboard/static/dashboard/scss/horizon.scss | 4 ---- openstack_dashboard/templates/_stylesheets.html | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss index d8328eab47..c8b045ab8e 100644 --- a/openstack_dashboard/static/dashboard/scss/horizon.scss +++ b/openstack_dashboard/static/dashboard/scss/horizon.scss @@ -1,7 +1,3 @@ -// Pure CSS Vendor -@import "/horizon/lib/bootstrap_datepicker/datepicker3.css"; -@import "/horizon/lib/rickshaw.css"; - // Custom Theme Variables @import "/custom/variables"; diff --git a/openstack_dashboard/templates/_stylesheets.html b/openstack_dashboard/templates/_stylesheets.html index ecca27a79c..927b15ed85 100644 --- a/openstack_dashboard/templates/_stylesheets.html +++ b/openstack_dashboard/templates/_stylesheets.html @@ -8,6 +8,8 @@ css rules getting cut off if one css file to get more than 4k rules inside. {% load compress %} {% compress css %} + + {% endcompress %}