Added current algo to clientStatus
Added client config editor to dashboard Little beautifying of dashboard
This commit is contained in:
parent
437b81f098
commit
7cc38f768f
5 changed files with 107 additions and 24 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue