Added collapsable panels to zigbee network page
This commit is contained in:
parent
342368bd77
commit
7cf816c903
3 changed files with 44 additions and 18 deletions
|
|
@ -12,12 +12,12 @@ import zutil.parser.Templator;
|
|||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
public class ZigbeeNodeOverviewPage extends HalWebPage {
|
||||
private static final String TEMPLATE = HalContext.RESOURCE_WEB_ROOT + "/zigbee_node_overview.tmpl";
|
||||
public class ZigbeeNetworkPage extends HalWebPage {
|
||||
private static final String TEMPLATE = HalContext.RESOURCE_WEB_ROOT + "/zigbee_network.tmpl";
|
||||
|
||||
public ZigbeeNodeOverviewPage() {
|
||||
super("zigbee_overview");
|
||||
super.getRootNav().createSubNav("Settings").createSubNav(this.getId(), "Zigbee Overview").setWeight(10_000);
|
||||
public ZigbeeNetworkPage() {
|
||||
super("zigbee_network");
|
||||
super.getRootNav().createSubNav("Settings").createSubNav(this.getId(), "Zigbee Network").setWeight(10_000);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -13,6 +13,6 @@
|
|||
{"se.hal.intf.HalAutostartController": "se.hal.plugin.zigbee.ZigbeeController"},
|
||||
{"se.hal.intf.HalDaemon": "se.hal.plugin.zigbee.ZigbeeAttributeUpdateDaemon"},
|
||||
|
||||
{"se.hal.intf.HalWebPage": "se.hal.plugin.zigbee.page.ZigbeeNodeOverviewPage"}
|
||||
{"se.hal.intf.HalWebPage": "se.hal.plugin.zigbee.page.ZigbeeNetworkPage"}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue