@ -254,6 +254,29 @@ has_field 'bootstrap_config_http_sync_params' => (
title = > [ 'The parameters appended to the sync URI when setting the provisioning server, e.g. server.uri/$MA. The server.uri variable is automatically expanded during provisioning time.' ] ,
title = > [ 'The parameters appended to the sync URI when setting the provisioning server, e.g. server.uri/$MA. The server.uri variable is automatically expanded during provisioning time.' ] ,
} ,
} ,
) ;
) ;
has_field 'bootstrap_config_panasonic_user' = > (
type = > 'Text' ,
required = > 0 ,
label = > 'Panasonic username' ,
default = > '' ,
wrapper_class = > [ qw/ngcp-bootstrap-config ngcp-bootstrap-config-redirect_panasonic/ ] ,
element_attr = > {
rel = > [ 'tooltip' ] ,
title = > [ 'Username used to configure bootstrap url on Panasonic redirect server. Obtained from Panasonic.' ] ,
} ,
) ;
has_field 'bootstrap_config_panasonic_password' = > (
type = > 'Text' ,
required = > 0 ,
label = > 'Panasonic password' ,
default = > '' ,
wrapper_class = > [ qw/ngcp-bootstrap-config ngcp-bootstrap-config-redirect_panasonic/ ] ,
element_attr = > {
rel = > [ 'tooltip' ] ,
title = > [ 'Password used to configure bootstrap url on Panasonic redirect server. Obtained from Panasonic.' ] ,
} ,
) ;
has_field 'save' = > (
has_field 'save' = > (
type = > 'Submit' ,
type = > 'Submit' ,
@ -265,7 +288,7 @@ has_field 'save' => (
has_block 'fields' = > (
has_block 'fields' = > (
tag = > 'div' ,
tag = > 'div' ,
class = > [ qw/modal-body/ ] ,
class = > [ qw/modal-body/ ] ,
render_list = > [ qw/vendor model linerange linerange_add bootstrap_method bootstrap_config_http_sync_uri bootstrap_config_http_sync_method bootstrap_config_http_sync_params front_image mac_image/] ,
render_list = > [ qw/vendor model linerange linerange_add bootstrap_method bootstrap_config_http_sync_uri bootstrap_config_http_sync_method bootstrap_config_http_sync_params bootstrap_config_panasonic_user bootstrap_config_panasonic_password front_image mac_image/] ,
) ;
) ;
has_block 'actions' = > (
has_block 'actions' = > (