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/Block/Contract/ProfileNetworkMappings.pm

13 lines
231 B

package NGCP::Panel::Block::Contract::ProfileNetworkMappings;
use warnings;
use strict;
use parent ("NGCP::Panel::Block::Block");
sub template {
my $self = shift;
return 'contract/profile_network_mappings_list.tt';
}
1;