Some small changes
This commit is contained in:
parent
ee19d84434
commit
e63a4cc086
3 changed files with 4 additions and 4 deletions
|
|
@ -47,8 +47,8 @@ public class ServicePage implements WAPage {
|
|||
public static final String NAVIGATION_NAME = "Services";
|
||||
private static final String TMPL_FILE = "WebContent/page/ServicePage.tmpl";
|
||||
|
||||
private ArrayList<WAService> services;
|
||||
private ServiceStatusPage rootStatusPage;
|
||||
private ArrayList<WAService> services;
|
||||
private ArrayList<ServiceStatusPage> statusPages;
|
||||
|
||||
public ServicePage(PluginManager pluginManager){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue