mirror of https://github.com/tteck/Proxmox.git
Replaced pre with code for inline styles
Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
This commit is contained in:
parent
943ecb63a5
commit
327be2d02a
|
@ -61,12 +61,12 @@ function ct_description() {
|
||||||
|
|
||||||
Connect to ${APP} using the following URL
|
Connect to ${APP} using the following URL
|
||||||
|
|
||||||
<pre>http://${NET}:18083</pre>
|
<code>http://${IP}:18083</code>
|
||||||
|
|
||||||
The initial login:
|
The initial login:
|
||||||
|
|
||||||
* username: <pre>admin</pre>
|
* username: <code>admin</code>
|
||||||
* password: <pre>public</pre>
|
* password: <code>public</code>
|
||||||
EOD
|
EOD
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue