diff --git a/src/cc/Service.cpp b/src/cc/Service.cpp index 2b3bd923..3128d102 100644 --- a/src/cc/Service.cpp +++ b/src/cc/Service.cpp @@ -291,8 +291,8 @@ unsigned Service::getAdminPage(const Options* options, std::string& resp) data << "XMRigCC Dashboard"; data << ""; data << ""; - data << "
"; - data << "Work-In-Progress"; + data << "
"; + data << "

Please configure a Dashboard

"; data << "
"; data << ""; data << ""; @@ -319,4 +319,4 @@ std::string Service::getClientConfigFileName(const Options* options, const std:: clientConfigFileName += clientId + std::string("_config.json"); return clientConfigFileName; -} \ No newline at end of file +}