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