summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-05 20:53:30 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-05 20:53:30 -0700
commitb2b32e5969c91e05b0d54feaf64045321f70517b (patch)
treed6206c744822ddb758676daacdb355506e416aa7 /service/OneService.cpp
parent40f312a827ffecf7d5a233ee5d13b0a3bc88e8a6 (diff)
downloadinfinitytier-b2b32e5969c91e05b0d54feaf64045321f70517b.tar.gz
infinitytier-b2b32e5969c91e05b0d54feaf64045321f70517b.zip
Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like it will be easier than retrofitting the old Qt client for the new API.
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r--service/OneService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 421b47dd..56b1d979 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -226,7 +226,7 @@ public:
if (_master)
_node->setNetconfMaster((void *)_master);
- _controlPlane = new ControlPlane(this,_node);
+ _controlPlane = new ControlPlane(this,_node,(_homePath + ZT_PATH_SEPARATOR_S + "ui").c_str());
_controlPlane->addAuthToken(authToken.c_str());
if (_master)
_controlPlane->mount("controller",reinterpret_cast<ControlPlaneSubsystem *>(_master));