yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #67654
[Bug 1714311] Re: Incorrect stylesheet link for the serial_console template
Reviewed: https://review.openstack.org/499738
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7c9758dcdccc5670174b2deeb91bd20932e4d8e1
Submitter: Jenkins
Branch: master
commit 7c9758dcdccc5670174b2deeb91bd20932e4d8e1
Author: Pierre Riteau <priteau@xxxxxxxxxxxx>
Date: Thu Aug 31 18:04:42 2017 +0100
Fix link to serial console stylesheet
The serial_console.css stylesheet was renamed to serial_console.scss in
commit 09706c6e3754c218b00dcaf210629aa6970dc80a, but the link
referencing it in the serial console template was not updated. As a
result the serial console is displayed with a proportional font.
This commit updates the stylesheet link and adds a compress block to
compile it from SCSS to CSS.
Change-Id: Ic8abc970e76cb67c79c2335370c63e235a23eb5a
Closes-Bug: #1714311
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1714311
Title:
Incorrect stylesheet link for the serial_console template
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
The stylesheet referenced in
openstack_dashboard/templates/serial_console.html is incorrect, as the
CSS file has been changed to SCSS in
I0d421d931d252d821a7ecf19a750f73b8241c249:
<link rel="stylesheet" href="{{ STATIC_URL
}}dashboard/scss/serial_console.css" type="text/css" media="screen">
Instead, the template needs to reference the SCSS file and compile it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1714311/+subscriptions
References