Skip to content

Commit

Permalink
[Grid] Removed Hub page as we only need the console
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Sep 30, 2020
1 parent 7882328 commit 4839225
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 216 deletions.
2 changes: 0 additions & 2 deletions javascript/grid-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { HashRouter as Router, Route, Switch } from "react-router-dom";
import HelpPage from "./screens/HelpPage/HelpPage";
import Console from "./screens/Console/Console";
import NavBar from "./components/NavBar/NavBar";
import Hubpage from "./screens/Hub/Hub";
import { GridConfig } from "./config";
import NodePage from "./screens/Node/NodePage";
import NodeType from "./models/node";
Expand Down Expand Up @@ -48,7 +47,6 @@ function App() {
<NavBar />
<Switch>
<Route exact path="/" component={Console} />
<Route exact path="/hub" component={Hubpage} />
<Route exact path="/node/:id" component={NodePage} />
<Route exact path="/home" component={HelpPage} />
<Route exact path="/console" component={Console} />
Expand Down
6 changes: 0 additions & 6 deletions javascript/grid-ui/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ export default function NavBar() {
<li data-nav-id="/console" title="Console" className="dd-item">
<Link to="/console">Console</Link>
</li>
<li data-nav-id="/hub" title="Hub" className="dd-item parent">
<Link to="/hub">
Hub
<i className="fas fa-check read-icon"></i>
</Link>
</li>
<li data-nav-id="/docs/" title="Docs" className="dd-item parent">
<a href="https://www.selenium.dev/documentation/en/grid/">
Docs
Expand Down
10 changes: 0 additions & 10 deletions javascript/grid-ui/src/screens/Hub/Hub.css

This file was deleted.

198 changes: 0 additions & 198 deletions javascript/grid-ui/src/screens/Hub/Hub.tsx

This file was deleted.

0 comments on commit 4839225

Please sign in to comment.