Skip to content

Commit d042ea2

Browse files
authored
Merge pull request #173 from jsoref/ux
Minor UX changes
2 parents fa446a7 + 1d44066 commit d042ea2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/main/resources/com/google/jenkins/plugins/computeengine/ComputeEngineComputer/configure.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<j:set var="APIInstance" value="${it.instance}" />
2626
<j:set var="cloud" value="${instance.cloud}" />
2727

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

src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<f:entry title="${%Remote Location}" field="remoteFs">
5454
<f:textbox default=""/>
5555
</f:entry>
56-
<f:entry title="${%Java Exec Path}" field="javaExecPath">
56+
<f:entry title="${%Java Path}" field="javaExecPath">
5757
<f:textbox default="java"/>
5858
</f:entry>
5959
<f:optionalProperty field="windowsConfiguration" title="${%Windows?}">

src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-windowsConfiguration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
Enable this option if the launched machine is a Windows VM. The Windows VM must have the OpenSSH server feature
1616
installed on it, Java installed on it, and you must have configured an administrative user with a username and password.
1717
<p>
18-
The configured username and password should be set in the "Run as user" and "Windows account credentials" fields.
18+
The configured username and password should be set in the <tt>Run as user</tt> and <tt>Windows account credentials</tt> fields.
1919
</p>
2020
<p>
2121
If you do not have the aforementioned pre-installed, you can use the following startup script to automatically set up the minimum requirements.
22-
In this example the Windows username is "jenkins" and the password is "P@ssword2". <br/>
22+
In this example the Windows username is <tt>jenkins</tt> and the password is <tt>P@ssword2</tt>. <br/>
2323
See the help file below for Windows private SSH key if you wish to authenticate SSH via keys.
2424
</p>
2525
<p>

0 commit comments

Comments
 (0)