Removed reactbinding changes

This commit is contained in:
Srinath Narayanan
2021-01-15 07:09:14 -08:00
parent 41f37055ef
commit 3fb4af53c8
11 changed files with 68 additions and 73 deletions

View File

@@ -79,6 +79,7 @@ import refreshImg from "../images/refresh-cosmos.svg";
import arrowLeftImg from "../images/imgarrowlefticon.svg";
import { KOCommentEnd, KOCommentIfStart } from "./koComment";
import { Spinner, SpinnerSize } from "office-ui-fabric-react";
import { SelfServeType } from "./SelfServe/SelfServeUtils";
// TODO: Encapsulate and reuse all global variables as environment variables
window.authType = AuthType.AAD;
@@ -382,7 +383,6 @@ const App: React.FunctionComponent = () => {
</div>
{/* Explorer Connection - Encryption Token / AAD - End */}
{/* Global loader - Start */}
{window.dataExplorer && <Spinner size={SpinnerSize.large} />}
<div className="splashLoaderContainer" data-bind="visible: isRefreshingExplorer">
<div className="splashLoaderContentContainer">
@@ -391,8 +391,10 @@ const App: React.FunctionComponent = () => {
<p className="connectExplorerContent">
<img src={hdeConnectImage} alt="Azure Cosmos DB" />
</p>
<p className="splashLoaderTitle">Welcome to Azure Cosmos DB</p>
<p className="splashLoaderText" role="alert">
<p className="splashLoaderTitle" id="explorerLoadingStatusTitle">
Welcome to Azure Cosmos DB
</p>
<p className="splashLoaderText" id="explorerLoadingStatusText" role="alert">
Connecting...
</p>
</div>