docs: data worker visualization (#69821)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
@@ -382,6 +382,7 @@ module.exports = {
|
||||
items: [
|
||||
"organizations-workspaces/organizations/switch-organizations",
|
||||
"cloud/managing-airbyte-cloud/manage-credits",
|
||||
"cloud/managing-airbyte-cloud/manage-data-workers",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -38,6 +38,7 @@ export const ProductInformation = ({ products }) => {
|
||||
products["oss-enterprise"] || products["oss-*"] || products["all"];
|
||||
const cloud = products["cloud"] || products["cloud-teams"] || products["all"];
|
||||
// cloud add-ons need to be specifically marked and are not part of the "all" shorthand
|
||||
const cloudPlus = products["cloud-plus"];
|
||||
const cloudTeams = products["cloud-teams"];
|
||||
const enterpriseFlex = products["enterprise-flex"];
|
||||
const embedded = products["embedded"];
|
||||
@@ -53,11 +54,11 @@ export const ProductInformation = ({ products }) => {
|
||||
>
|
||||
Standard
|
||||
</Badge>
|
||||
<Badge available={cloud && !cloudTeams && !enterpriseFlex}>Plus</Badge>
|
||||
<Badge available={cloud || cloudTeams} title="Formerly Cloud Teams">
|
||||
<Badge available={cloud && !cloudTeams && !enterpriseFlex || cloudPlus}>Plus</Badge>
|
||||
<Badge available={cloudPlus || cloud || cloudTeams} title="Formerly Cloud Teams">
|
||||
Pro
|
||||
</Badge>
|
||||
<Badge available={cloud || cloudTeams || enterpriseFlex}>
|
||||
<Badge available={cloudPlus || cloud || cloudTeams || enterpriseFlex}>
|
||||
Enterprise Flex
|
||||
</Badge>
|
||||
<Badge available={ossEnterprise}>Self-Managed Enterprise</Badge>
|
||||
|
||||
Reference in New Issue
Block a user