Skip to content

Commit

Permalink
feat(zimbra): open express order tunnel
Browse files Browse the repository at this point in the history
ref: MANAGER-16753

Signed-off-by: Tristan WAGNER <[email protected]>
  • Loading branch information
tristanwagner committed Jan 16, 2025
1 parent 7ff6591 commit 2f87fc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,16 @@ export default function EmailAccounts() {
</div>
</OdsTooltip>
)}
{FEATURE_FLAGS.ORDER && (
<ManagerButton
id="order-account-btn"
urn={platformUrn}
iamActions={[IAM_ACTIONS.account.create]}
data-testid="order-account-btn"
color={ODS_BUTTON_COLOR.primary}
size={ODS_BUTTON_SIZE.sm}
onClick={handleOrderEmailAccountClick}
label={t('zimbra_account_account_order')}
/>
)}
<ManagerButton
id="order-account-btn"
urn={platformUrn}
iamActions={[IAM_ACTIONS.account.create]}
data-testid="order-account-btn"
color={ODS_BUTTON_COLOR.primary}
size={ODS_BUTTON_SIZE.sm}
onClick={handleOrderEmailAccountClick}
label={t('zimbra_account_account_order')}
/>
</div>
{isLoading ? (
<Loading />
Expand Down
1 change: 0 additions & 1 deletion packages/manager/apps/zimbra/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const FEATURE_FLAGS = {
AUTOREPLIES: false,
MAILINGLISTS: false,
DOMAIN_DIAGNOSTICS: false,
ORDER: false,
};

export const APIV2_MAX_PAGESIZE = 9999;
Expand Down

0 comments on commit 2f87fc9

Please sign in to comment.