Updated empty admin page

This commit is contained in:
Ben Gräf 2017-10-23 11:55:40 +02:00 committed by GitHub
parent 9eddece9ab
commit a3c6548790

View file

@ -291,8 +291,8 @@ unsigned Service::getAdminPage(const Options* options, std::string& resp)
data << "<title>XMRigCC Dashboard</title>";
data << "</head>";
data << "<body>";
data << " <div>";
data << "Work-In-Progress";
data << " <div style=\"text-align: center;\">";
data << " <h1>Please configure a Dashboard</h1>";
data << " </div>";
data << "</body>";
data << "</html>";