File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/nextapp/pages/manager/gateways Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,10 @@ const MyGatewaysPage: React.FC = () => {
289
289
py = { 2 }
290
290
mb = { 4 }
291
291
data-testid = { `ns-list-item-${ namespace . name } ` }
292
+ onClick = { handleNamespaceChange ( namespace ) }
293
+ cursor = "pointer"
294
+ transition = "background-color 0.2s"
295
+ _hover = { { backgroundColor : "#f0f0f0" } }
292
296
>
293
297
< Box >
294
298
< Flex alignItems = "center" >
@@ -298,16 +302,15 @@ const MyGatewaysPage: React.FC = () => {
298
302
mr = { 4 }
299
303
boxSize = { 4 }
300
304
/>
301
- < Link
305
+ < Text
302
306
fontSize = "md"
303
- as = "b "
307
+ fontWeight = "bold "
304
308
color = "bc-blue"
305
309
mr = { 2 }
306
- onClick = { handleNamespaceChange ( namespace ) }
307
310
data-testid = { `ns-list-activate-link-${ namespace . name } ` }
308
311
>
309
312
{ namespace . displayName }
310
- </ Link >
313
+ </ Text >
311
314
</ Flex >
312
315
< Text fontSize = "md" pl = "33px" >
313
316
{ namespace . name }
You can’t perform that action at this time.
0 commit comments