Add ip_address to admin runner form (#43489)

This commit is contained in:
Dylan Griffith 2018-02-26 14:31:36 +11:00
parent b5a5fdf0e3
commit d52c3be108
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@
Token
.col-sm-10
= f.text_field :token, class: 'form-control', readonly: true
.form-group
= label_tag :ip_address, class: 'control-label' do
IP Address
.col-sm-10
= f.text_field :ip_address, class: 'form-control', readonly: true
.form-group
= label_tag :description, class: 'control-label' do
Description