summaryrefslogtreecommitdiff
path: root/httemplate/edit/fiber_olt.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/fiber_olt.html')
-rw-r--r--httemplate/edit/fiber_olt.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/fiber_olt.html b/httemplate/edit/fiber_olt.html
index ab7d2f07e..8cbcbb590 100644
--- a/httemplate/edit/fiber_olt.html
+++ b/httemplate/edit/fiber_olt.html
@@ -11,6 +11,14 @@ die "access denied"
my @fields = (
'oltname',
+ {
+ field => 'sitenum',
+ type => 'select-table',
+ table => 'olt_site',
+ name_col => 'description',
+ order_by => 'ORDER BY market, site',
+ empty_label => ' ',
+ },
'serial',
{ field => 'disabled', type => 'checkbox', value => 'Y' }
);
@@ -18,6 +26,7 @@ my @fields = (
my %labels = (
'oltnum' => '',
'oltname' => 'Name',
+ 'sitenum' => 'Site',
'serial' => 'Serial',
'disabled' => 'Disabled',
);