Fix figure filenames for customzing dashboard

FTP was unable to maintain emdash in file name,
removes emdash from file name and changes xml
source reference. Should be backported to
stable/grizzly also.

Fix bug 1210371

Change-Id: I2e66c55282cdd4f3459e7475863d7b4385a9016d
This commit is contained in:
annegentle
2013-08-23 14:14:46 -05:00
parent db123a3769
commit ea7e54fe31
3 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -20,24 +20,24 @@
<mediaobject>
<imageobject role="fo">
<imagedata
fileref="figures/Login--OpenStack-Dashboard.png"
fileref="figures/Login-OpenStack-Dashboard.png"
format="PNG" scale="60"/>
</imageobject>
<imageobject role="html">
<imagedata
fileref="figures/Login--OpenStack-Dashboard.png"
fileref="figures/Login-OpenStack-Dashboard.png"
format="PNG"/>
</imageobject>
</mediaobject>
<mediaobject>
<imageobject role="fo">
<imagedata
fileref="figures/Flavors--TGen-Cloud-Dashboard.png"
fileref="figures/Flavors-TGen-Cloud-Dashboard.png"
format="PNG" scale="60"/>
</imageobject>
<imageobject role="html">
<imagedata
fileref="figures/Flavors--TGen-Cloud-Dashboard.png"
fileref="figures/Flavors-TGen-Cloud-Dashboard.png"
format="PNG"/>
</imageobject>
</mediaobject>