Skip to content

Commit

Permalink
add name back in config.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed Nov 17, 2023
1 parent 33e6941 commit 8cf32d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:c="/lib/credentials" >

<f:entry title="${%Name}" field="name">
<f:textbox default="docker"/>
</f:entry>

<f:advanced title="${%Docker Cloud details}" align="left">

<f:property field="dockerApi"/>
Expand Down

0 comments on commit 8cf32d3

Please sign in to comment.