Skip to content

Commit

Permalink
[FIXED JENKINS-9373] Make project name field wide
Browse files Browse the repository at this point in the history
  • Loading branch information
alanharder committed Apr 15, 2011
1 parent 8a1e337 commit 60d69e0
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
<!--
The MIT License
Copyright (c) 2004-2010, Sun Microsystems, Inc., Alan Harder
Copyright (c) 2004-2011, Sun Microsystems, Inc., Alan Harder
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -24,7 +24,7 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:f="/lib/form" xmlns:ca="/hudson/plugins/copyartifact">
<f:entry title="${%Project name}" field="projectName">
<f:editableComboBox id="copyartifact_projectName" items="${app.topLevelItemNames}"/>
<f:editableComboBox items="${app.topLevelItemNames}" clazz="setting-input"/>
</f:entry>
<ca:selectorList currentSelector="${instance.buildSelector}"
name="selector" title="${%Which build}"/>
Expand Down

0 comments on commit 60d69e0

Please sign in to comment.