Skip to content

Commit

Permalink
Hide the ID when configuring servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Solnit committed Nov 4, 2013
1 parent 6994cf7 commit 5627e28
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6,8 +6,8 @@ package com.soasta.jenkins.CloudTestServer;

f=namespace(lib.FormTagLib)

f.entry(title:"ID",field:"id") {
f.readOnlyTextbox();
f.invisibleEntry {
f.textbox(field:"id");
}
f.entry(title:"Name",field:"name") {
f.textbox()
Expand Down

0 comments on commit 5627e28

Please sign in to comment.