Skip to content

Commit 860e7ae

Browse files
committed
ui
1 parent 0f2eb2e commit 860e7ae

File tree

83 files changed

+3377
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3377
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"pages": {}
3+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [],
9+
"lowPriorityFiles": [
10+
"static/development/_buildManifest.js",
11+
"static/development/_ssgManifest.js"
12+
],
13+
"rootMainFiles": [
14+
"static/chunks/webpack.js",
15+
"static/chunks/main-app.js"
16+
],
17+
"pages": {
18+
"/_app": [
19+
"static/chunks/webpack.js",
20+
"static/chunks/main.js",
21+
"static/chunks/pages/_app.js"
22+
],
23+
"/_error": [
24+
"static/chunks/webpack.js",
25+
"static/chunks/main.js",
26+
"static/chunks/pages/_error.js"
27+
]
28+
},
29+
"ampFirstPages": []
30+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/fallback/react-refresh.js"
7+
],
8+
"ampDevFiles": [
9+
"static/chunks/fallback/webpack.js",
10+
"static/chunks/fallback/amp.js"
11+
],
12+
"lowPriorityFiles": [],
13+
"rootMainFiles": [],
14+
"pages": {
15+
"/_app": [
16+
"static/chunks/fallback/webpack.js",
17+
"static/chunks/fallback/main.js",
18+
"static/chunks/fallback/pages/_app.js"
19+
],
20+
"/_error": [
21+
"static/chunks/fallback/webpack.js",
22+
"static/chunks/fallback/main.js",
23+
"static/chunks/fallback/pages/_error.js"
24+
]
25+
},
26+
"ampFirstPages": []
27+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

packages/kubernetes-dashboard/.next/server/middleware-build-manifest.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sortedMiddleware": [],
3+
"middleware": {},
4+
"functions": {},
5+
"version": 2
6+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
self.__REACT_LOADABLE_MANIFEST="{}"

packages/kubernetes-dashboard/.next/server/next-font-manifest.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false}

0 commit comments

Comments
 (0)