2016-08-09 20:06:47 +00:00
|
|
|
---
|
2017-04-13 20:35:57 +00:00
|
|
|
host: <%= options[:host] %> # <%= I18n.t('form.add_item.host') %>
|
|
|
|
user: <%= options[:user] %> # <%= I18n.t('form.add_item.login') %>
|
|
|
|
group: <%= options[:group] %> # <%= I18n.t('form.add_item.group') %>
|
|
|
|
protocol: <%= options[:protocol] %> # <%= I18n.t('form.add_item.protocol') %><% unless password %>
|
|
|
|
password: # <%= I18n.t('form.add_item.password') %><% end %>
|
|
|
|
port: <%= options[:port] %> # <%= I18n.t('form.add_item.port') %>
|
|
|
|
comment: <%= options[:comment] %> # <%= I18n.t('form.add_item.comment') %>
|
|
|
|
otp_key: <%= options[:otp] %> # <%= I18n.t('form.add_item.otp_key') %>
|