Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
BUG-FIX : Config reload : property tomcat port number take default
Browse files Browse the repository at this point in the history
sunggun-yu#19

set default tomcat port number at f.entry instead of f.textbox.
  • Loading branch information
sunggun-yu committed Aug 3, 2014
1 parent 1f01679 commit 0406f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/capitomcat.rb
@@ -1,3 +1,3 @@
module CapitomcatPlugin
VERSION = '0.0.6'
VERSION = '0.0.7'
end
3 changes: 2 additions & 1 deletion views/capitomcat/publisher/config.erb
Expand Up @@ -96,8 +96,9 @@
end
f.entry(:title => 'Tomcat port number',
:field => 'tomcat_port',
:value => '8080',
:description => 'Port number of Tomcat server. this value is using for checking Tomcat process is up.') do
f.textbox(:value => '8080')
f.textbox
end
f.entry(:title => 'Tomcat user name',
:field => 'tomcat_user',
Expand Down

0 comments on commit 0406f46

Please sign in to comment.