2016-08-09 20:06:47 +00:00
|
|
|
---
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.name') %>
|
|
|
|
name: <%= item.name %>
|
|
|
|
# <%= I18n.t('form.update_item.group') %>
|
2016-08-09 20:06:47 +00:00
|
|
|
group: <%= item.group %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.host') %>
|
2016-08-09 20:06:47 +00:00
|
|
|
host: <%= item.host %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.protocol') %>
|
2016-08-09 20:06:47 +00:00
|
|
|
protocol: <%= item.protocol %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.login') %>
|
2016-08-09 20:06:47 +00:00
|
|
|
user: <%= item.user %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.password') %>
|
2016-08-09 20:06:47 +00:00
|
|
|
password:
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.port') %>
|
2016-08-09 20:06:47 +00:00
|
|
|
port: <%= item.port %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.comment') %>
|
2016-08-09 20:06:47 +00:00
|
|
|
comment: <%= item.comment %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.otp_key') %>
|
|
|
|
opt_code:
|