1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 13:57:52 +00:00
mpw/templates/add_form.erb

10 lines
483 B
Text
Raw Normal View History

2016-08-09 20:06:47 +00:00
---
2016-08-20 07:18:32 +00:00
host: # <%= I18n.t('form.add_item.host') %>
user: # <%= I18n.t('form.add_item.login') %>
2016-10-15 15:40:03 +00:00
group: # <%= I18n.t('form.add_item.group') %>
protocol: # <%= I18n.t('form.add_item.protocol') %><% if not password %>
password: # <%= I18n.t('form.add_item.password') %><% end %>
2016-08-20 07:18:32 +00:00
port: # <%= I18n.t('form.add_item.port') %>
comment: # <%= I18n.t('form.add_item.comment') %>
2016-10-17 16:35:13 +00:00
otp_key: # <%= I18n.t('form.add_item.otp_key') %>