diff --git a/lib/NGCP/Panel/Form/Device/Model.pm b/lib/NGCP/Panel/Form/Device/Model.pm index 3012df8910..23cd123ea8 100644 --- a/lib/NGCP/Panel/Form/Device/Model.pm +++ b/lib/NGCP/Panel/Form/Device/Model.pm @@ -202,7 +202,11 @@ has_field 'linerange.keys.labelpos' => ( required => 1, options => [ { label => 'top', value => 'top' }, + { label => 'topleft', value => 'topleft' }, + { label => 'topright', value => 'topright' }, { label => 'bottom', value => 'bottom' }, + { label => 'bottomleft', value => 'bottomleft' }, + { label => 'bottomright', value => 'bottomright' }, { label => 'left', value => 'left' }, { label => 'right', value => 'right' }, ],