summaryrefslogtreecommitdiff
path: root/httemplate/browse/olt_site.html
blob: ea2e7de1fdb21ab182c3a9502e141c5890bed9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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', ],
&>