2016-08-09 22:06:47 +02:00
|
|
|
---
|
2016-08-20 10:03:12 +02:00
|
|
|
# <%= I18n.t('form.update_item.host') %>
|
2016-08-09 22:06:47 +02:00
|
|
|
host: <%= item.host %>
|
2016-08-20 10:03:12 +02:00
|
|
|
# <%= I18n.t('form.update_item.login') %>
|
2017-02-26 23:12:49 +01:00
|
|
|
user: <%= item.user %><% if not password %>
|
2016-08-20 10:03:12 +02:00
|
|
|
# <%= I18n.t('form.update_item.password') %>
|
2017-02-26 23:12:49 +01:00
|
|
|
password: <% end %>
|
2016-10-17 20:48:20 +02:00
|
|
|
# <%= I18n.t('form.update_item.group') %>
|
|
|
|
group: <%= item.group %>
|
|
|
|
# <%= I18n.t('form.update_item.protocol') %>
|
|
|
|
protocol: <%= item.protocol %>
|
2016-08-20 10:03:12 +02:00
|
|
|
# <%= I18n.t('form.update_item.port') %>
|
2016-08-09 22:06:47 +02:00
|
|
|
port: <%= item.port %>
|
2016-10-17 20:48:20 +02:00
|
|
|
# <%= I18n.t('form.update_item.otp_key') %>
|
2017-02-17 00:04:25 +01:00
|
|
|
otp_key:
|
2016-08-20 10:03:12 +02:00
|
|
|
# <%= I18n.t('form.update_item.comment') %>
|
2016-08-09 22:06:47 +02:00
|
|
|
comment: <%= item.comment %>
|