From 8954cb13c0ada03c039a89fd41ba88891b6208fb Mon Sep 17 00:00:00 2001 From: Andrew Cai Date: Sat, 19 Jun 2021 00:01:30 -0700 Subject: [PATCH] [Backport 2.6][#8767][YW] Remove Beta tag from RedHat OpenShift provider config tab. Summary: Remove Beta tag from cloud provider tabs for OpenShift. Test Plan: Go to /config and check whether there are any Beta tags for the tabs. Reviewers: sshevchenko Reviewed By: sshevchenko Subscribers: jenkins-bot, ui Differential Revision: https://phabricator.dev.yugabyte.com/D12007 --- .../ConfigProvider/DataCenterConfiguration.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/managed/ui/src/components/config/ConfigProvider/DataCenterConfiguration.scss b/managed/ui/src/components/config/ConfigProvider/DataCenterConfiguration.scss index 272d14a48d2..56b013f669f 100644 --- a/managed/ui/src/components/config/ConfigProvider/DataCenterConfiguration.scss +++ b/managed/ui/src/components/config/ConfigProvider/DataCenterConfiguration.scss @@ -397,19 +397,6 @@ display: none !important; } -#cloud-config-tab-panel-tab-openshift:before { - content: 'BETA'; - position: absolute; - padding: 2px 6px; - top: 0; - right: 0; - background-color: $YB_ORANGE; - border-radius: 4px; - color: $YB_BACKGROUND; - font-weight: 700; - font-size: 10px; -} - .action-bar { display: flex; justify-content: flex-end;