summaryrefslogtreecommitdiff
path: root/httemplate/edit/fiber_olt.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-10 01:20:21 -0800
committerMark Wells <mark@freeside.biz>2016-03-10 01:20:28 -0800
commit5c9f445b375ecf56e453de2c783f11e1c572dccb (patch)
tree6398bf386784a8bac9ff9aa677961df375762e94 /httemplate/edit/fiber_olt.html
parent88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246 (diff)
add svc_fiber circuit id field, OLT sites, and other improvements, #35260
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 ab7d2f0..8cbcbb5 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',
);