Added current algo to clientStatus

Added client config editor to dashboard
Little beautifying of dashboard
This commit is contained in:
BenDroid 2017-11-01 22:43:04 +01:00
parent 5c2473b122
commit a77d3ca284
5 changed files with 107 additions and 24 deletions

View file

@ -62,6 +62,11 @@ CCClient::CCClient(const Options *options)
}
m_clientStatus.setClientId(clientId);
if (m_options->algoName() != nullptr) {
m_clientStatus.setCurrentAlgoName(m_options->algoName());
}
m_serverURL = std::string("http://") + options->ccUrl();
if (m_options->ccToken() != nullptr) {