luci_voice_diag.lua 325 B

123456789101112
  1. -- Copyright 2009 Daniel Dickinson
  2. -- Licensed to the public under the Apache License 2.0.
  3. module("luci.controller.luci_voice.luci_voice_diag", package.seeall)
  4. function index()
  5. local e
  6. e = entry({"admin", "voice", "diag"}, template("luci_voice/diag_index"), _("Diagnostics"), 90)
  7. e.index = true
  8. e.dependent = true
  9. end