Some small changes to method names
This commit is contained in:
parent
4ece2b0cd2
commit
1053713d15
13 changed files with 61 additions and 167 deletions
|
|
@ -24,9 +24,8 @@ package wa.server.page;
|
|||
|
||||
import wa.server.WAContext;
|
||||
import wa.server.page.struct.WANavigation;
|
||||
import wa.server.plugin.WAConfiguration;
|
||||
import wa.server.plugin.WAServiceConfig;
|
||||
import wa.server.plugin.WAService;
|
||||
import wa.server.plugin.WAServiceStatus;
|
||||
import zutil.io.file.FileUtil;
|
||||
import zutil.log.LogUtil;
|
||||
import zutil.net.http.HttpHeaderParser;
|
||||
|
|
@ -59,7 +58,7 @@ public class ServicePage implements WAPage {
|
|||
for(WAService plugin : services) {
|
||||
statuses.add(new ServiceStatusPage(plugin.getStatus()));
|
||||
nav.addSubNav(new WANavigation(plugin.getName(), plugin));
|
||||
for(WAConfiguration conf : plugin.getConfigurations()){
|
||||
for(WAServiceConfig conf : plugin.getConfigurations()){
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue