File tree 1 file changed +8
-1
lines changed
frontend/src/views/HomeView/components 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ const handleClearClosedConns = () => {
286
286
287
287
const handleResetConnections = () => {
288
288
appSettingsStore .app .connections = DefaultConnections ()
289
+ message .success (' common.success' )
289
290
}
290
291
291
292
const { connect, disconnect } = getKernelConnectionsWS (onConnections )
@@ -370,7 +371,7 @@ onUnmounted(() => {
370
371
cancel-text =" common.close"
371
372
title =" home.connections.sort"
372
373
>
373
- <div v-draggable =" [appSettingsStore.app.connections.order, DraggableOptions]" >
374
+ <div class = " sort-view " v-draggable =" [appSettingsStore.app.connections.order, DraggableOptions]" >
374
375
<Card
375
376
v-for =" column in appSettingsStore.app.connections.order"
376
377
:key =" column"
@@ -406,4 +407,10 @@ onUnmounted(() => {
406
407
padding : 0 8px ;
407
408
margin-bottom : 2px ;
408
409
}
410
+
411
+ .sort-view {
412
+ padding : 0 8px ;
413
+ overflow-y : auto ;
414
+ max-height : 60vh ;
415
+ }
409
416
</style >
You can’t perform that action at this time.
0 commit comments