Added a Config page. Currently unreachable.

This commit is contained in:
Ziver Koc 2015-07-27 15:10:11 +00:00
parent b115a9cb4f
commit ee19d84434
11 changed files with 157 additions and 27 deletions

View file

@ -56,7 +56,8 @@ public class ServiceStatusPage implements WAPage {
public ServiceStatusPage(PluginManager pluginManager){
this.services = pluginManager.toArray(WAServiceStatus.class);
WANavigation nav = WANavigation.getRootNav(ServicePage.NAVIGATION_NAME).getSubNav(NAVIGATION_NAME);
WANavigation nav = WANavigation.createRootNav(ServicePage.NAVIGATION_NAME)
.createSubNav(NAVIGATION_NAME);
nav.setResource(this);
}