From a3c654879047a44de08ef7cc54e0c26387a58c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Mon, 23 Oct 2017 11:55:40 +0200 Subject: [PATCH] Updated empty admin page --- src/cc/Service.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}