amahi/platform

View on GitHub
plugins/040-apps/config/initializers/plugin_init.rb

Summary

Maintainability
A
0 mins
Test Coverage
# plugin initialization
t = Tab.new("apps", "apps", "/tab/apps")
# add any subtabs with what you need. params are controller and the label, for example
t.add("index", "available")
t.add("installed", "installed")
# comment out for now
# t.add("webapps", "webapps")