97d1dd2124
Also moved 'View Services' section under 'View cloud resources' umbrella. Tech reviewed by Ladislav Smola. Change-Id: Ie89b99794e7e3e8b0aa1a6d1663fe68aed2747fa Closes-Bug: #1267638
17 lines
705 B
XML
17 lines
705 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE section [
|
|
<!-- Some useful entities bortred from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY hellip "…">
|
|
<!ENTITY plusmn "±">
|
|
]>
|
|
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns:html="http://www.w3.org/1999/xhtml" version="5.0"
|
|
xml:id="section_dashboard_admin_manage_resources">
|
|
<title>View cloud resources</title>
|
|
<xi:include href="section_dashboard_admin_manage_services.xml"/>
|
|
<xi:include href="section_dashboard_admin_view_cloud_resources.xml"/>
|
|
</section>
|