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:
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user