mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
9 lines
643 B
Text
9 lines
643 B
Text
---
|
|
host: <%= options[:host] %> # <%= I18n.t('form.add_item.host') %>
|
|
user: <%= options[:user] %> # <%= I18n.t('form.add_item.login') %>
|
|
group: <%= options[:group] %> # <%= I18n.t('form.add_item.group') %>
|
|
protocol: <%= options[:protocol] %> # <%= I18n.t('form.add_item.protocol') %><% unless password %>
|
|
password: # <%= I18n.t('form.add_item.password') %><% end %>
|
|
port: <%= options[:port] %> # <%= I18n.t('form.add_item.port') %>
|
|
comment: <%= options[:comment] %> # <%= I18n.t('form.add_item.comment') %>
|
|
otp_key: <%= options[:otp] %> # <%= I18n.t('form.add_item.otp_key') %>
|