2016-08-09 20:06:47 +00:00
|
|
|
---
|
2017-09-05 20:16:37 +00:00
|
|
|
# <%= I18n.t('form.update_item.url') %>
|
|
|
|
host: <% if options[:url] %><%= options[:url] %><% else %><%= item.url %><% end %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.login') %>
|
2017-04-13 20:35:57 +00:00
|
|
|
user: <% if options[:user] %><%= options[:user] %><% else %><%= item.user %><% end %><% unless password %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.password') %>
|
2017-02-26 22:12:49 +00:00
|
|
|
password: <% end %>
|
2016-10-17 18:48:20 +00:00
|
|
|
# <%= I18n.t('form.update_item.group') %>
|
2017-04-13 20:35:57 +00:00
|
|
|
group: <% if options[:group] %><%= options[:group] %><% else %><%= item.group %><% end %>
|
2016-10-17 18:48:20 +00:00
|
|
|
# <%= I18n.t('form.update_item.otp_key') %>
|
2017-04-13 20:35:57 +00:00
|
|
|
otp_key: <% if options[:otp_key] %><%= options[:otp_key] %><% end %>
|
2016-08-20 08:03:12 +00:00
|
|
|
# <%= I18n.t('form.update_item.comment') %>
|
2017-04-13 20:35:57 +00:00
|
|
|
comment: <% if options[:comment] %><%= options[:comment] %><% else %><%= item.comment %><% end %>
|