File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 class =" nav-badge"
1818 :label =" item.error.toString()"
1919 />
20+ <i
21+ v-if =" item.experimental"
22+ v-tooltip =" {
23+ content: t('prefs.experimental'),
24+ placement: 'right',
25+ }"
26+ :class =" `icon icon-flask`"
27+ />
2028 </NuxtLink >
2129 </li >
2230 </ul >
@@ -180,12 +188,14 @@ ul {
180188 padding : 0 ;
181189
182190 a {
191+ display : flex ;
192+ align-items : center ;
193+ gap : 0.25rem ;
183194 color : var (--body-text );
184195 text-decoration : none ;
185196 line-height : 24px ;
186197 padding : 7.5px 10px ;
187198 letter-spacing : 1.4px ;
188- display : block ;
189199 outline : none ;
190200 }
191201
204214 background-color : var (--nav-active );
205215 }
206216}
217+
207218.nav-badge {
208219 line-height : initial ;
209220 letter-spacing : initial ;
Original file line number Diff line number Diff line change 11export const mainRoutes = [
22 { route : '/General' } ,
3- { route : '/Containers' } ,
3+ { route : '/Containers' , experimental : true } ,
44 { route : '/PortForwarding' } ,
55 { route : '/Images' } ,
6- { route : '/Snapshots' } ,
6+ { route : '/Snapshots' , experimental : true } ,
77 { route : '/Troubleshooting' } ,
88 { route : '/Diagnostics' } ,
99 { route : '/Extensions' } ,
You can’t perform that action at this time.
0 commit comments