diff options
| author | Mark Wells <mark@freeside.biz> | 2016-03-10 01:20:21 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-03-10 01:20:28 -0800 |
| commit | 5c9f445b375ecf56e453de2c783f11e1c572dccb (patch) | |
| tree | 6398bf386784a8bac9ff9aa677961df375762e94 /httemplate/browse | |
| parent | 88fb68b7da3d03d2c8bbbee8f6b1b87dcb3f3246 (diff) | |
add svc_fiber circuit id field, OLT sites, and other improvements, #35260
Diffstat (limited to 'httemplate/browse')
| -rw-r--r-- | httemplate/browse/fiber_olt.html | 6 | ||||
| -rw-r--r-- | httemplate/browse/olt_site.html | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/httemplate/browse/fiber_olt.html b/httemplate/browse/fiber_olt.html index bffd5f222..2355ec023 100644 --- a/httemplate/browse/fiber_olt.html +++ b/httemplate/browse/fiber_olt.html @@ -1,11 +1,11 @@ <& elements/browse-simple.html, 'table' => 'fiber_olt', 'title' => 'Fiber service OLTs', - 'menubar' => [ ], + 'menubar' => [ 'View sites' => 'olt_site.html' ], 'name_singular' => 'OLT', 'acl' => 'Configuration', # overrides 'disabled_statuspos' => 3, - 'header' => [ '#', 'Name', 'Serial' ], - 'fields' => [ 'oltnum', 'oltname', 'serial' ], + 'header' => [ '#', 'Site', 'Name', 'Serial' ], + 'fields' => [ 'oltnum', 'site_description', 'oltname', 'serial' ], &> diff --git a/httemplate/browse/olt_site.html b/httemplate/browse/olt_site.html new file mode 100644 index 000000000..ea2e7de1f --- /dev/null +++ b/httemplate/browse/olt_site.html @@ -0,0 +1,12 @@ +<& elements/browse-simple.html, + 'table' => 'olt_site', + 'title' => 'Fiber OLT markets and sites', + 'menubar' => [ 'View OLTs' => 'fiber_olt.html' ], + 'name_singular' => 'site', + 'acl' => 'Configuration', +# overrides + 'disabled_statuspos' => '', + 'disableable' => 0, + 'header' => [ '#', 'Market', 'Site', ], + 'fields' => [ 'sitenum', 'market', 'site', ], +&> |
