Skip to content

Commit 39533d5

Browse files
committed
Merge branch 'main' into edit-resources
2 parents 2dbea4b + eb20e97 commit 39533d5

File tree

16 files changed

+62
-22
lines changed

16 files changed

+62
-22
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm prune --omit=dev
1818

1919

2020
# PRODUCTION STAGE
21-
FROM gcr.io/distroless/nodejs24-debian12@sha256:b8be532fe81829b3803c832989cba7f42de62b2fbc8c7599cae30f378882ea12 AS production
21+
FROM gcr.io/distroless/nodejs24-debian12@sha256:10399fcb07704d1bc2fbf9d464db179bb525aa360ed86628ef652ef43609ff96 AS production
2222
WORKDIR /usr/src/app
2323

2424
# Copy built files

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/logo.png" />
6+
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
7+
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
8+
<link rel="shortcut icon" href="/favicon/favicon.ico" />
9+
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
10+
<meta name="apple-mobile-web-app-title" content="ManagedControlPlane UI" />
11+
<link rel="manifest" href="/favicon/site.webmanifest" />
712
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>MCP</title>
13+
<title>ManagedControlPlane UI</title>
914
</head>
1015

1116
<body>
8.31 KB
Loading

public/favicon/favicon-96x96.png

4.32 KB
Loading

public/favicon/favicon.ico

14.7 KB
Binary file not shown.

public/favicon/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/favicon/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ManagedControlPlane UI",
3+
"short_name": "MCP UI",
4+
"icons": [
5+
{
6+
"src": "/favicon/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/favicon/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
9.13 KB
Loading
29.1 KB
Loading

public/logo.png

-271 KB
Binary file not shown.

0 commit comments

Comments
 (0)