Skip to content

Commit

Permalink
Merge pull request #173 from jsoref/ux
Browse files Browse the repository at this point in the history
Minor UX changes
  • Loading branch information
jtnord authored May 2, 2024
2 parents fa446a7 + 1d44066 commit d042ea2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<j:set var="APIInstance" value="${it.instance}" />
<j:set var="cloud" value="${instance.cloud}" />

<h3>This is a read-only view. Click <a href="${rootURL}/configure"> here</a> to configure your instances.</h3>
<h3>This is a read-only view. Click <a href="${rootURL}/configureClouds/"> here</a> to configure your instances.</h3>
<br/>
<f:section title="General">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<f:entry title="${%Remote Location}" field="remoteFs">
<f:textbox default=""/>
</f:entry>
<f:entry title="${%Java Exec Path}" field="javaExecPath">
<f:entry title="${%Java Path}" field="javaExecPath">
<f:textbox default="java"/>
</f:entry>
<f:optionalProperty field="windowsConfiguration" title="${%Windows?}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
Enable this option if the launched machine is a Windows VM. The Windows VM must have the OpenSSH server feature
installed on it, Java installed on it, and you must have configured an administrative user with a username and password.
<p>
The configured username and password should be set in the "Run as user" and "Windows account credentials" fields.
The configured username and password should be set in the <tt>Run as user</tt> and <tt>Windows account credentials</tt> fields.
</p>
<p>
If you do not have the aforementioned pre-installed, you can use the following startup script to automatically set up the minimum requirements.
In this example the Windows username is "jenkins" and the password is "P@ssword2". <br/>
In this example the Windows username is <tt>jenkins</tt> and the password is <tt>P@ssword2</tt>. <br/>
See the help file below for Windows private SSH key if you wish to authenticate SSH via keys.
</p>
<p>
Expand Down

0 comments on commit d042ea2

Please sign in to comment.