File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Shared/Components/DeploymentConfigDiff Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ const getDiffHeading = <DeploymentTemplate extends boolean>(
442442 if ( isApprovalPending ) {
443443 return (
444444 < div className = "flexbox dc__align-items-center dc__gap-8 " >
445- < ICStamp className = "icon-dim-16 scv-5" />
445+ < ICStamp className = "icon-dim-16 scv-5 dc__no-shrink " />
446446 < span className = "fs-12 fw-6 cv-5" > Approval pending</ span >
447447 </ div >
448448 )
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17+ import { OverrideMergeStrategyType } from '@Pages/Applications'
18+
1719export interface customEnv {
1820 SENTRY_ENV ?: string
1921 SENTRY_ERROR_ENABLED ?: boolean
@@ -88,6 +90,7 @@ export interface customEnv {
8890 FEATURE_PROMO_EMBEDDED_MODAL_TITLE ?: string
8991 FEATURE_PROMO_EMBEDDED_IFRAME_URL ?: string
9092 FEATURE_BULK_RESTART_WORKLOADS_FROM_RB : string
93+ FEATURE_DEFAULT_MERGE_STRATEGY ?: OverrideMergeStrategyType
9194}
9295declare global {
9396 interface Window {
You can’t perform that action at this time.
0 commit comments