File tree Expand file tree Collapse file tree 3 files changed +831
-0
lines changed Expand file tree Collapse file tree 3 files changed +831
-0
lines changed Original file line number Diff line number Diff line change 189
189
System
190
190
</a >
191
191
<div class =" dropdown-menu" aria-labelledby =" navbarDropdown" >
192
+ <router-link
193
+ to =" /System/InstallAssistant"
194
+ class =" dropdown-item"
195
+ active-class =" active disabled"
196
+ >
197
+ Einrichtungsassistent
198
+ </router-link >
192
199
<router-link
193
200
to =" /System/CloudConfiguration"
194
201
class =" dropdown-item"
Original file line number Diff line number Diff line change @@ -174,6 +174,14 @@ const routes = [
174
174
} ,
175
175
component : ( ) => import ( "../views/DataManagement.vue" ) ,
176
176
} ,
177
+ {
178
+ path : "/System/InstallAssistant" ,
179
+ name : "InstallAssistant" ,
180
+ meta : {
181
+ heading : "System - Einrichtungsassistent" ,
182
+ } ,
183
+ component : ( ) => import ( "../views/InstallAssistant.vue" ) ,
184
+ } ,
177
185
] ;
178
186
/* examples for development only start here */
179
187
if ( import . meta. env . MODE !== "production" ) {
You can’t perform that action at this time.
0 commit comments