|
|
|
@ -286,7 +286,28 @@ has_field 'bootstrap_config_redirect_panasonic_password' => (
|
|
|
|
|
title => ['Password used to configure bootstrap url on Panasonic redirect server. Obtained from Panasonic.'],
|
|
|
|
|
},
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
has_field 'bootstrap_config_redirect_yealink_user' => (
|
|
|
|
|
type => 'Text',
|
|
|
|
|
required => 0,
|
|
|
|
|
label => 'Yealink username',
|
|
|
|
|
default => '',
|
|
|
|
|
wrapper_class => [qw/ngcp-bootstrap-config ngcp-bootstrap-config-redirect_yealink/],
|
|
|
|
|
element_attr => {
|
|
|
|
|
rel => ['tooltip'],
|
|
|
|
|
title => ['Username used to configure bootstrap url on Yealink redirect server. Obtained from Yealink.'],
|
|
|
|
|
},
|
|
|
|
|
);
|
|
|
|
|
has_field 'bootstrap_config_redirect_yealink_password' => (
|
|
|
|
|
type => 'Text',
|
|
|
|
|
required => 0,
|
|
|
|
|
label => 'Yealink password',
|
|
|
|
|
default => '',
|
|
|
|
|
wrapper_class => [qw/ngcp-bootstrap-config ngcp-bootstrap-config-redirect_yealink/],
|
|
|
|
|
element_attr => {
|
|
|
|
|
rel => ['tooltip'],
|
|
|
|
|
title => ['Password used to configure bootstrap url on Yealink redirect server. Obtained from Yealink.'],
|
|
|
|
|
},
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
has_field 'save' => (
|
|
|
|
|
type => 'Submit',
|
|
|
|
@ -298,7 +319,7 @@ has_field 'save' => (
|
|
|
|
|
has_block 'fields' => (
|
|
|
|
|
tag => 'div',
|
|
|
|
|
class => [qw/modal-body/],
|
|
|
|
|
render_list => [qw/vendor model linerange linerange_add bootstrap_uri bootstrap_method bootstrap_config_http_sync_uri bootstrap_config_http_sync_method bootstrap_config_http_sync_params bootstrap_config_redirect_panasonic_user bootstrap_config_redirect_panasonic_password front_image mac_image/],
|
|
|
|
|
render_list => [qw/vendor model linerange linerange_add bootstrap_uri bootstrap_method bootstrap_config_http_sync_uri bootstrap_config_http_sync_method bootstrap_config_http_sync_params bootstrap_config_redirect_panasonic_user bootstrap_config_redirect_panasonic_password bootstrap_config_redirect_yealink_user bootstrap_config_redirect_yealink_password front_image mac_image/],
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
has_block 'actions' => (
|
|
|
|
|