1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-17 08:30:04 +00:00
mpw/templates/add_form.erb

10 lines
453 B
Text
Raw Normal View History

2016-08-09 22:06:47 +02:00
---
2016-08-20 09:18:32 +02:00
host: # <%= I18n.t('form.add_item.host') %>
user: # <%= I18n.t('form.add_item.login') %>
2016-10-15 17:40:03 +02:00
group: # <%= I18n.t('form.add_item.group') %>
protocol: # <%= I18n.t('form.add_item.protocol') %>
2016-08-20 09:18:32 +02:00
password: # <%= I18n.t('form.add_item.password') %>
port: # <%= I18n.t('form.add_item.port') %>
comment: # <%= I18n.t('form.add_item.comment') %>
otp_secret: # <%= I18n.t('form.add_item.otp_key') %>