Fix the wrong CSS path in 'Customize the dashboard'
Change-Id: I4fcaa3acd889bb240cff12996b5f69a3defa8392 Closes-bug: #1502554
This commit is contained in:
parent
0c8015c3d1
commit
7f6b20624b
@ -38,7 +38,7 @@ Logo and site colors
|
||||
:file:`/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/`.
|
||||
|
||||
#. Create a CSS style sheet in
|
||||
:file:`/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/`.
|
||||
:file:`/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/`.
|
||||
|
||||
#. Change the colors and image file names as appropriate, though the
|
||||
relative directory paths should be the same. The following example file
|
||||
|
@ -83,7 +83,7 @@
|
||||
<step>
|
||||
<para>
|
||||
Create a CSS style sheet in the following directory:
|
||||
<filename>/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/</filename>
|
||||
<filename>/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/</filename>
|
||||
</para>
|
||||
</step>
|
||||
<step>
|
||||
|
Loading…
Reference in New Issue
Block a user