Skip to content

Commit 228e76c

Browse files
committed
[grid] Removing previous Grid UI
1 parent 4579e7d commit 228e76c

File tree

15 files changed

+1
-1704
lines changed

15 files changed

+1
-1704
lines changed

javascript/grid-ui/public/css/bootstrap.min.css

-12
This file was deleted.

javascript/grid-ui/public/css/fontawesome.min.css

-5
This file was deleted.

javascript/grid-ui/public/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<meta content="width=device-width, initial-scale=1" name="viewport"/>
88
<link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon"/>
99
<link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
10-
<link href="%PUBLIC_URL%/css/bootstrap.min.css" rel="stylesheet">
11-
<link href="%PUBLIC_URL%/css/fontawesome.min.css" rel="stylesheet">
1210
<title>Selenium Grid</title>
1311
</head>
1412

javascript/grid-ui/src/any.d.ts

-4
This file was deleted.

javascript/grid-ui/src/components/Status.tsx

-81
This file was deleted.

javascript/grid-ui/src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const GridConfig = {
66
xhrPollingIntervalMillis: 5000,
77
},
88

9-
/** Server config */
9+
/** Server config (Start the Selenium Server with the "--allow-cors true" flag)*/
1010
serverUri:
1111
process.env.NODE_ENV === "development"
1212
? "http://localhost:4444/graphql"

javascript/grid-ui/src/core/Search.ts

-14
This file was deleted.

javascript/grid-ui/src/core/Status.ts

-45
This file was deleted.

javascript/grid-ui/src/css/common.css

-11
This file was deleted.

javascript/grid-ui/src/css/icons.css

-7
This file was deleted.

0 commit comments

Comments
 (0)