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 <tqtran@us.ibm.com> Change-Id: If148f36e299af42252ac9c931d9788758d819c0d Closes-Bug: 1454395
This commit is contained in:
parent
d6e5a98cf1
commit
fbb704aa4a
@ -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";
|
||||
|
||||
|
@ -8,6 +8,8 @@ css rules getting cut off if one css file to get more than 4k rules inside.
|
||||
{% load compress %}
|
||||
|
||||
{% compress css %}
|
||||
<link href='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/datepicker3.css' type='text/scss' media='screen' rel='stylesheet' />
|
||||
<link href='{{ STATIC_URL }}horizon/lib/rickshaw.css' type='text/scss' media='screen' rel='stylesheet' />
|
||||
<link href='{{ STATIC_URL }}dashboard/scss/horizon.scss' type='text/scss' media='screen' rel='stylesheet' />
|
||||
{% endcompress %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user