From b2b32e5969c91e05b0d54feaf64045321f70517b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 5 May 2015 20:53:30 -0700 Subject: 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. --- service/OneService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/OneService.cpp') 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(_master)); -- cgit v1.2.3