Fixed PC web page definition
This commit is contained in:
parent
47afc78ee4
commit
b065d1136e
1 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": 1.0,
|
"version": 1.1,
|
||||||
"name": "Hal-Power;Challenge",
|
"name": "Hal-Power;Challenge",
|
||||||
"interfaces": [
|
"interfaces": [
|
||||||
{"se.hal.intf.HalHttpPage": "se.hal.plugin.powerchallenge.page.PCOverviewHttpPage"},
|
|
||||||
{"se.hal.intf.HalHttpPage": "se.hal.plugin.powerchallenge.page.PCHeatMapHttpPage"},
|
|
||||||
|
|
||||||
{"se.hal.intf.HalDaemon": "se.hal.plugin.powerchallenge.daemon.PCDataSynchronizationClient"},
|
{"se.hal.intf.HalDaemon": "se.hal.plugin.powerchallenge.daemon.PCDataSynchronizationClient"},
|
||||||
{"se.hal.intf.HalDaemon": "se.hal.plugin.powerchallenge.daemon.PCDataSynchronizationDaemon"}
|
{"se.hal.intf.HalDaemon": "se.hal.plugin.powerchallenge.daemon.PCDataSynchronizationDaemon"},
|
||||||
|
|
||||||
|
{"se.hal.intf.HalWebPage": "se.hal.plugin.powerchallenge.page.PCHeatMapWebPage"},
|
||||||
|
{"se.hal.intf.HalWebPage": "se.hal.plugin.powerchallenge.page.PCOverviewWebPage"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue