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/ProfileMappingsTimeline.pm

14 lines
229 B

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