File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
data-test =" list-group"
56
56
>
57
57
<template v-slot :activator =" { props } " >
58
- <v-list-item v-bind =" props" >
58
+ <v-list-item lines = " two " v-bind =" props" >
59
59
<template #prepend >
60
60
<v-icon data-test =" icon" >
61
61
{{ item.icon }}
@@ -229,11 +229,6 @@ const items = [
229
229
title: " Public Keys" ,
230
230
path: " /sshkeys/public-keys" ,
231
231
},
232
- {
233
- icon: " mdi-cog" ,
234
- title: " Settings" ,
235
- path: " /settings" ,
236
- },
237
232
{
238
233
icon: " mdi-account-group" ,
239
234
title: " Team" ,
@@ -249,6 +244,11 @@ const items = [
249
244
},
250
245
],
251
246
},
247
+ {
248
+ icon: " mdi-cog" ,
249
+ title: " Settings" ,
250
+ path: " /settings" ,
251
+ },
252
252
];
253
253
254
254
const visibleItems = computed (() => items .filter ((item ) => ! item .hidden ));
You can’t perform that action at this time.
0 commit comments