|
|
@ -355,7 +355,7 @@ define(function(require){ |
|
|
|
|
|
|
|
|
templateDevice.find('[data-toggle="tooltip"]').tooltip(); |
|
|
templateDevice.find('[data-toggle="tooltip"]').tooltip(); |
|
|
templateDevice.find('#mac_address').mask("hh:hh:hh:hh:hh:hh", { placeholder:" " }); |
|
|
templateDevice.find('#mac_address').mask("hh:hh:hh:hh:hh:hh", { placeholder:" " }); |
|
|
templateDevice.find('.chosen-feature-key-user').chosen({ search_contains: true }); |
|
|
|
|
|
|
|
|
templateDevice.find('.chosen-feature-key-user').chosen({ search_contains: true, width: 'inherit' }); |
|
|
|
|
|
|
|
|
if(!(data.media.encryption.enforce_security)) { |
|
|
if(!(data.media.encryption.enforce_security)) { |
|
|
templateDevice.find('#rtp_method').hide(); |
|
|
templateDevice.find('#rtp_method').hide(); |
|
|
|