Skip to content

Commit

Permalink
temp work around
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderPho committed Mar 4, 2020
1 parent 7831ad8 commit 9d0e392
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/LabjackControllerWebApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ LabjackControllerWebApplication::LabjackControllerWebApplication(const WEnvironm
{
//std::shared_ptr<ConfigurationManager> configMan = make_shared<ConfigurationManager>();
// Gets the computer's hostname
std::string hostName = this->getHostName();
//std::string hostName = this->getHostName();
// Gets the 2-digit integer identifier for the current computer (and box, if there is a 1-to-1 mapping). Like the "02" in "WATSON-BB-02"
int numericComputerIdentifier = this->getNumericComputerIdentifier();
//int numericComputerIdentifier = this->getNumericComputerIdentifier();

this->enableUpdates(true);
WApplication::instance()->enableUpdates(true);

setTitle(hostName + "BB Ctrl Web App");
//setTitle("BB Ctrl Web App");

//setTitle(hostName + "BB Ctrl Web App");
// TODO: Change to include BBID

setCssTheme("polished");
Expand Down

0 comments on commit 9d0e392

Please sign in to comment.