Skip to content

Commit

Permalink
Merge pull request #2774 from headlamp-k8s/gateway-beta
Browse files Browse the repository at this point in the history
frontend: Add beta label to Gateway
  • Loading branch information
joaquimrocha authored Jan 23, 2025
2 parents 3eafa75 + 70dc15e commit e49a160
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
tabindex="0"
>
<div
aria-label="Gateway"
aria-label="Gateway (beta)"
class="MuiListItemIcon-root css-1blhdvq-MuiListItemIcon-root"
data-mui-internal-clone-element="true"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
<span
class="MuiTypography-root MuiTypography-body1 MuiListItemText-primary css-nqgwvn-MuiTypography-root"
>
Gateway
Gateway (beta)
</span>
</div>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
<span
class="MuiTypography-root MuiTypography-body1 MuiListItemText-primary css-nqgwvn-MuiTypography-root"
>
Gateway
Gateway (beta)
</span>
</div>
<span
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Sidebar/prepareRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function prepareRoutes(
},
{
name: 'gatewayapi',
label: t('glossary|Gateway'),
label: t('glossary|Gateway (beta)'),
icon: 'mdi:lan-connect',
subList: [
{
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/de/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"Persistent Volumes": "Persistent Volumes",
"Storage Classes": "Speicher-Klassen",
"Network": "Netzwerk",
"Gateway": "",
"Gateway (beta)": "",
"HTTP Routes": "",
"GRPC Routes": "",
"Security": "Sicherheit",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/en/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"Persistent Volumes": "Persistent Volumes",
"Storage Classes": "Storage Classes",
"Network": "Network",
"Gateway": "Gateway",
"Gateway (beta)": "Gateway (beta)",
"HTTP Routes": "HTTP Routes",
"GRPC Routes": "GRPC Routes",
"Security": "Security",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/es/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"Persistent Volumes": "Persistent Volumes",
"Storage Classes": "Storage Classes",
"Network": "Red",
"Gateway": "",
"Gateway (beta)": "",
"HTTP Routes": "",
"GRPC Routes": "",
"Security": "Seguridad",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/fr/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"Persistent Volumes": "Persistent Volumes",
"Storage Classes": "Classes de stockage",
"Network": "Réseau",
"Gateway": "",
"Gateway (beta)": "",
"HTTP Routes": "",
"GRPC Routes": "",
"Security": "Sécurité",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/pt/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"Persistent Volumes": "Persistent Volumes",
"Storage Classes": "Storage Classes",
"Network": "Rede",
"Gateway": "",
"Gateway (beta)": "",
"HTTP Routes": "",
"GRPC Routes": "",
"Security": "Segurança",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/zh-tw/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"Persistent Volumes": "持續性卷",
"Storage Classes": "儲存類別",
"Network": "網路",
"Gateway": "",
"Gateway (beta)": "",
"HTTP Routes": "",
"GRPC Routes": "",
"Security": "安全",
Expand Down

0 comments on commit e49a160

Please sign in to comment.