You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/lib/NGCP/Panel/Field/PbxGroupAPI.pm

16 lines
260 B

package NGCP::Panel::Field::PbxGroupAPI;
use HTML::FormHandler::Moose;
extends 'HTML::FormHandler::Field';
has_field 'dummy' => (
type => 'Text',
required => 0,
label => 'PBX Group IDs',
do_label => 1,
);
1;
# vim: set tabstop=4 expandtab: