Comment 4 for bug 1714311

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/pike)

Reviewed: https://review.openstack.org/509870
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f3dfbbc127e0bfb7adeefd3df46aeaae3027fa3d
Submitter: Jenkins
Branch: stable/pike

commit f3dfbbc127e0bfb7adeefd3df46aeaae3027fa3d
Author: Pierre Riteau <email address hidden>
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
    (cherry picked from commit 7c9758dcdccc5670174b2deeb91bd20932e4d8e1)