summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-21 14:41:40 -0800
committerMark Wells <mark@freeside.biz>2015-12-21 14:42:14 -0800
commit38444ef88b5e93aa9aa724369ae8fe17c97fa480 (patch)
treead3d567424176a4f0169ab1e2e0a40876f970450 /httemplate/browse
parent97ac81431c508194cd14586fa96d68259a79efe1 (diff)
svc_fiber, #35260
Diffstat (limited to 'httemplate/browse')
-rw-r--r--httemplate/browse/fiber_olt.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/browse/fiber_olt.html b/httemplate/browse/fiber_olt.html
new file mode 100644
index 000000000..bffd5f222
--- /dev/null
+++ b/httemplate/browse/fiber_olt.html
@@ -0,0 +1,11 @@
+<& elements/browse-simple.html,
+ 'table' => 'fiber_olt',
+ 'title' => 'Fiber service OLTs',
+ 'menubar' => [ ],
+ 'name_singular' => 'OLT',
+ 'acl' => 'Configuration',
+# overrides
+ 'disabled_statuspos' => 3,
+ 'header' => [ '#', 'Name', 'Serial' ],
+ 'fields' => [ 'oltnum', 'oltname', 'serial' ],
+&>