File tree Expand file tree Collapse file tree 4 files changed +1081
-42
lines changed
Expand file tree Collapse file tree 4 files changed +1081
-42
lines changed Original file line number Diff line number Diff line change 4949 </div >
5050 </v-app-bar >
5151
52- <v-navigation-drawer v-model =" drawer" fixed app :clipped =" $vuetify.breakpoint.lgAndUp" >
52+ <v-navigation-drawer v-model =" drawer" fixed app :clipped =" $vuetify.breakpoint.lgAndUp" :width = " $vuetify.breakpoint.smAndDown ? 200 : 300 " >
5353 <v-list >
5454 <v-list-item to =" /" >
5555 <v-list-item-icon >
126126 <v-list-item-icon >
127127 <v-icon class =" mr-15" >mdi-format-rotate-90</v-icon >
128128 </v-list-item-icon >
129- <v-list-item-title class =" ml-n5" >PSF Dist. & <br />
130- Deskew
129+ <v-list-item-title class =" ml-n5" >PSF </v-list-item-title >
130+ </v-list-item >
131+ <v-list-item to =" /imagetransform" >
132+ <v-list-item-icon >
133+ <v-icon class =" mr-15" >mdi-image-filter</v-icon >
134+ </v-list-item-icon >
135+ <v-list-item-title class =" ml-n5" >Image Transform
131136 </v-list-item-title >
132137 </v-list-item >
133138
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import Particlecounting from './views/Particlecounting.vue'
1515import Desktop from './views/Desktop.vue'
1616import Virtualdesktopmanager from './views/Virtualdesktopmanager.vue'
1717import WebResources from './views/WebResources.vue'
18+ import Imagetransform from './views/Imagetransform.vue'
1819
1920Vue . use ( Router )
2021
@@ -47,6 +48,11 @@ export default new Router({
4748 name : 'Processing' ,
4849 component : Processing
4950 } ,
51+ {
52+ path : '/imagetransform' ,
53+ name : 'Imagetransform' ,
54+ component : Imagetransform
55+ } ,
5056 {
5157 path : '/deconvolution' ,
5258 name : 'Deconvolution' ,
You can’t perform that action at this time.
0 commit comments