Skip to content

Commit 73602ca

Browse files
Merge pull request #1485 from devtron-labs/pre-post-search-bar
fix:hover message and css fix
2 parents c8caa61 + 61f4289 commit 73602ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/app/details/appDetails/SourceInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function SourceInfo({
185185
onClick={setRotateModal}
186186
disabled={appDetails?.userApprovalConfig?.length > 0}
187187
>
188-
<RotateIcon className="icon-dim-16 mr-6 icon-color-n7 scn-9" />
188+
<RotateIcon className="icon-dim-16 mr-6 icon-color-n7 scn-4" />
189189
Restart workloads
190190
</button>
191191
</ConditionalWrap>

src/components/cluster/ClusterForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export default function ClusterForm({
148148
[clusterId],
149149
!window._env_.K8S_CLIENT,
150150
)
151+
151152
const { state, handleOnChange, handleOnSubmit } = useForm(
152153
{
153154
cluster_name: { value: cluster_name, error: '' },
@@ -208,7 +209,7 @@ export default function ClusterForm({
208209
required: false,
209210
},
210211
proxyUrl: {
211-
required: (id && KubectlConnectionRadio) && isConnectedViaProxyTemp,
212+
required: KubectlConnectionRadio && isConnectedViaProxyTemp,
212213
validator: { error: 'Please provide a valid URL. URL must start with http:// or https://', regex: /^(http(s)?:\/\/)[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\(\)\*\+,;=.]+$/ },
213214
},
214215
sshTunnelUser: {

0 commit comments

Comments
 (0)