moved templates to WeContent folder
This commit is contained in:
parent
1d34162bb5
commit
29def452b6
16 changed files with 11465 additions and 29 deletions
|
|
@ -72,15 +72,13 @@ public class StatusPage implements WAPage {
|
|||
Map<String, Object> session,
|
||||
Map<String, String> cookie,
|
||||
Map<String, String> request){
|
||||
|
||||
if(request.containsKey("i")) {
|
||||
DataNode root = new DataNode(DataNode.DataType.Map);
|
||||
WAStatus obj = getPlugin(context);
|
||||
if(obj != null)
|
||||
// Do JSON request in all status plugins
|
||||
DataNode root = new DataNode(DataNode.DataType.Map);
|
||||
for(WAStatus obj : plugins) {
|
||||
if (obj != null)
|
||||
obj.jsonUpdate(request, root);
|
||||
return root;
|
||||
}
|
||||
return null;
|
||||
return root;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue