2016-08-09 22:06:47 +02:00
|
|
|
---
|
2016-08-20 09:18:32 +02:00
|
|
|
host: # <%= I18n.t('form.add_item.host') %>
|
|
|
|
user: # <%= I18n.t('form.add_item.login') %>
|
2016-10-15 17:40:03 +02:00
|
|
|
group: # <%= I18n.t('form.add_item.group') %>
|
2017-03-27 22:31:05 +02:00
|
|
|
protocol: # <%= I18n.t('form.add_item.protocol') %><% unless password %>
|
2016-10-20 14:31:25 +02:00
|
|
|
password: # <%= I18n.t('form.add_item.password') %><% end %>
|
2016-08-20 09:18:32 +02:00
|
|
|
port: # <%= I18n.t('form.add_item.port') %>
|
|
|
|
comment: # <%= I18n.t('form.add_item.comment') %>
|
2016-10-17 18:35:13 +02:00
|
|
|
otp_key: # <%= I18n.t('form.add_item.otp_key') %>
|