fac23cb047
Since we have now a niceness gate, let's remove the known failures. Change-Id: I01684aee61e18e76f6523a466e28b8252e577f6f
20 lines
900 B
XML
20 lines
900 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xml:id="configure-dashboard"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|
<title>Configure the dashboard</title>
|
|
<?dbhtml stop-chunking?>
|
|
<para>You can configure the dashboard for a simple HTTP
|
|
deployment.</para>
|
|
<para>You can configure the dashboard for a secured HTTPS
|
|
deployment. While the standard installation uses a
|
|
non-encrypted HTTP channel, you can enable SSL support for the
|
|
dashboard.</para>
|
|
<para>Also, you can configure the size of the VNC window in the
|
|
dashboard.</para>
|
|
<xi:include href="section_dashboard-configure-http.xml"/>
|
|
<xi:include href="section_dashboard-configure-https.xml"/>
|
|
<xi:include href="section_dashboard-configure-vnc-window.xml"/>
|
|
</section>
|