diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-03-29 12:25:21 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-03-29 13:53:47 -0400 |
| commit | 7b7f544ae0ca9609f46faede1923b707eb3b7cf8 (patch) | |
| tree | 7153f45cccadaa3bc4547b55efba2f0c4e804a02 /httemplate | |
| parent | 152303bf6bd828d3554c3df8d8348aace7af1fec (diff) | |
RT# 78356 - fix for saisei integration
Conflicts:
FS/FS/tower_sector.pm
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/elements/tower_sector.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 987177582..722c5d74e 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -61,6 +61,8 @@ tie my %label, 'Tie::IxHash', 'v_width' => 'Vert. width', 'sector_range' => 'Range', 'margin' => 'Signal margin (dB)', + 'up_rate_limit' => 'Up rate limit', + 'down_rate_limit' => 'Down rate limit', ; my @fields = keys %label; |
