@xframework-ca-test/cli 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui/menudata/menus.json +25 -25
- package/index.bundle.js +48 -48
- package/package.json +1 -1
|
@@ -155,6 +155,31 @@
|
|
|
155
155
|
"Portal": "default",
|
|
156
156
|
"ChildMenus": []
|
|
157
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"Menu": "Support Tickets",
|
|
160
|
+
"MenuDescription": "Modules Support Tickets",
|
|
161
|
+
"Url": "/modules/support-tickets",
|
|
162
|
+
"Order": 9,
|
|
163
|
+
"Portal": "default",
|
|
164
|
+
"ChildMenus": [
|
|
165
|
+
{
|
|
166
|
+
"Menu": "Support Request",
|
|
167
|
+
"MenuDescription": "Support Requests",
|
|
168
|
+
"Url": "/modules/support-request",
|
|
169
|
+
"Order": 12,
|
|
170
|
+
"Portal": "default",
|
|
171
|
+
"ChildMenus": []
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"Menu": "Support Categories",
|
|
175
|
+
"MenuDescription": "Support Categories",
|
|
176
|
+
"Url": "/modules/support-categories",
|
|
177
|
+
"Order": 13,
|
|
178
|
+
"Portal": "default",
|
|
179
|
+
"ChildMenus": []
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
158
183
|
{
|
|
159
184
|
"Menu": "Election Mobile App",
|
|
160
185
|
"MenuDescription": "Election Mobile App",
|
|
@@ -222,31 +247,6 @@
|
|
|
222
247
|
}
|
|
223
248
|
]
|
|
224
249
|
},
|
|
225
|
-
{
|
|
226
|
-
"Menu": "Support Tickets",
|
|
227
|
-
"MenuDescription": "Modules Support Tickets",
|
|
228
|
-
"Url": "/modules/support-tickets",
|
|
229
|
-
"Order": 9,
|
|
230
|
-
"Portal": "default",
|
|
231
|
-
"ChildMenus": [
|
|
232
|
-
{
|
|
233
|
-
"Menu": "Support Request",
|
|
234
|
-
"MenuDescription": "Support Requests",
|
|
235
|
-
"Url": "/modules/support-request",
|
|
236
|
-
"Order": 12,
|
|
237
|
-
"Portal": "default",
|
|
238
|
-
"ChildMenus": []
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"Menu": "Support Categories",
|
|
242
|
-
"MenuDescription": "Support Categories",
|
|
243
|
-
"Url": "/modules/support-categories",
|
|
244
|
-
"Order": 13,
|
|
245
|
-
"Portal": "default",
|
|
246
|
-
"ChildMenus": []
|
|
247
|
-
}
|
|
248
|
-
]
|
|
249
|
-
},
|
|
250
250
|
{
|
|
251
251
|
"Menu": "Advantage Labor",
|
|
252
252
|
"MenuDescription": "Advantage Labor",
|