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/Form/Intercept/Delete.pm

14 lines
230 B

package NGCP::Panel::Form::Intercept::Delete;
use HTML::FormHandler::Moose;
extends 'HTML::FormHandler';
has_field 'id' => (
type => 'PosInteger',
label => 'id',
required => 1,
);
1;
# vim: set tabstop=4 expandtab: