File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -446,9 +446,7 @@ function ManifestComponent({
446
446
}
447
447
className = "flex left"
448
448
>
449
- { /* {!isEditmode && secretViewAccess && renderShowDecodedValueCheckbox()} */ }
450
- { renderShowDecodedValueCheckbox ( ) }
451
-
449
+ { renderShowDecodedValueCheckbox ( ) }
452
450
</ CodeEditor . Information >
453
451
) }
454
452
{ activeTab === 'Compare' && (
Original file line number Diff line number Diff line change @@ -811,5 +811,4 @@ export const ENV_ALREADY_EXIST_ERROR = 'Deployment pipeline already exists for t
811
811
export const CVE_ID_NOT_FOUND = "CVE ID not found"
812
812
export const CONFIGURE_LINK_NO_NAME = "Please provide name for the tool you want to link"
813
813
export const NO_HOST_URL = "Please enter host url"
814
- export const WEBHOOK_NO_API_TOKEN_ERROR = "API Token is required to execute webhook"
815
- export const IS_NON_ADMIN_USER_DATA = "++++++++"
814
+ export const WEBHOOK_NO_API_TOKEN_ERROR = "API Token is required to execute webhook"
You can’t perform that action at this time.
0 commit comments