blob: 2355ec023d3a495920e689eb7df8c4b49506cad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<& elements/browse-simple.html,
'table' => 'fiber_olt',
'title' => 'Fiber service OLTs',
'menubar' => [ 'View sites' => 'olt_site.html' ],
'name_singular' => 'OLT',
'acl' => 'Configuration',
# overrides
'disabled_statuspos' => 3,
'header' => [ '#', 'Site', 'Name', 'Serial' ],
'fields' => [ 'oltnum', 'site_description', 'oltname', 'serial' ],
&>
|