diff --git a/indra/newview/llfloatergridstatus.cpp b/indra/newview/llfloatergridstatus.cpp index c47ff1c1d9..7a21164cad 100644 --- a/indra/newview/llfloatergridstatus.cpp +++ b/indra/newview/llfloatergridstatus.cpp @@ -39,7 +39,11 @@ #include "llxmltree.h" std::map LLFloaterGridStatus::sItemsMap; -const std::string DEFAULT_GRID_STATUS_URL = "http://secondlife-status.statuspage.io/"; +// [FIRE-21236] Changes to improve usability of grid status +// update URL to the "internal" secondlife alias for consistency with link opening preferences +//const std::string DEFAULT_GRID_STATUS_URL = "http://secondlife-status.statuspage.io/"; +const std::string DEFAULT_GRID_STATUS_URL = "http://status.secondlifegrid.net"; +// LLFloaterGridStatus::LLFloaterGridStatus(const Params& key) : LLFloaterWebContent(key), @@ -62,6 +66,9 @@ void LLFloaterGridStatus::onOpen(const LLSD& key) p.allow_address_entry = false; LLFloaterWebContent::onOpen(p); + // [FIRE-21236] Changes to improve usability of grid status + getChildView("popexternal")->setEnabled(true); + // applyPreferredRect(); if (mWebBrowser) {