Add Shell-in-a-box support to libreCMC
[librecmc/librecmc.git] / package / luci / applications / luci-app-shellinabox / luasrc / controller / shellinabox.lua
1 module("luci.controller.shellinabox", package.seeall)  --notice that new_tab is the name of the file new_tab.lua
2  function index()
3      entry({"admin", "system", "tab_from_view"}, template("shellinabox/view_tab"), "Terminal", 2)  --this adds the second sub-tab that is located in <luci-path>/luci-myapplication/view/myapp-mymodule and the file is called view_tab.htm, also set to the second position
4 end