consistent lower case on the usage page
This commit is contained in:
parent
11b0e997b1
commit
4ced070495
@ -12,7 +12,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
<h2>Downloading and running the agent</h2>
|
<h2>downloading and running the agent</h2>
|
||||||
<p>
|
<p>
|
||||||
This is what you run on a remote server, typically in your continuous integration job.
|
This is what you run on a remote server, typically in your continuous integration job.
|
||||||
</p>
|
</p>
|
||||||
@ -52,7 +52,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Connecting to the agent</h2>
|
<h2>connecting to the agent</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You need to install <code>wsproxy</code>, which is available in the <a href="downloads.html">downloads</a> section and
|
You need to install <code>wsproxy</code>, which is available in the <a href="downloads.html">downloads</a> section and
|
||||||
@ -84,7 +84,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
|
|||||||
</p>
|
</p>
|
||||||
<code-sample id="tcptows-ssh">tcptows 10000 ws{access.Secure}://{access.BaseUrl}/client/{usageInputs.Id}</code-sample>
|
<code-sample id="tcptows-ssh">tcptows 10000 ws{access.Secure}://{access.BaseUrl}/client/{usageInputs.Id}</code-sample>
|
||||||
|
|
||||||
<h2>Working with the agent</h2>
|
<h2>working with the agent</h2>
|
||||||
|
|
||||||
if usageInputs.RemoteShells[BASH] {
|
if usageInputs.RemoteShells[BASH] {
|
||||||
<div>
|
<div>
|
||||||
@ -146,7 +146,7 @@ templ ShellUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
|
|||||||
|
|
||||||
templ Usage(access models.ConvergeAccess) {
|
templ Usage(access models.ConvergeAccess) {
|
||||||
<div>
|
<div>
|
||||||
<h1>Usage</h1>
|
<h1>usage</h1>
|
||||||
|
|
||||||
<!-- TODO Investigate how to do this properly with bootstrap -->
|
<!-- TODO Investigate how to do this properly with bootstrap -->
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user