PageId » History » Version 1
nanon buaphet, 04/03/2026 09:35 AM
| 1 | 1 | nanon buaphet | # PageId |
|---|---|---|---|
| 2 | |||
| 3 | export const urlConfig: TUrlConfig[] = [ |
||
| 4 | { |
||
| 5 | header: "System Management", |
||
| 6 | icon: "icon", |
||
| 7 | pages: [1000, 1011], |
||
| 8 | children: [ |
||
| 9 | { |
||
| 10 | label: "Admin account", |
||
| 11 | href: "/system-management/added-admin-user", |
||
| 12 | pageId: 1001, |
||
| 13 | }, |
||
| 14 | { |
||
| 15 | label: "Audit Log", |
||
| 16 | href: `/system-management/${ROUTES.SYSTEM_MANAGEMENT.AUDIT_LOG}`, |
||
| 17 | pageId: 1002, |
||
| 18 | }, |
||
| 19 | { |
||
| 20 | label: "Activity Log", |
||
| 21 | href: `/system-management/${ROUTES.SYSTEM_MANAGEMENT.ACTIVITY_LOG}`, |
||
| 22 | pageId: 1003, |
||
| 23 | } |
||
| 24 | ], |
||
| 25 | }, |
||
| 26 | { |
||
| 27 | header: "Customer Management", |
||
| 28 | icon: "icon", |
||
| 29 | pages: [2000, 2023], |
||
| 30 | children: [ |
||
| 31 | { |
||
| 32 | label: "Corporate account", |
||
| 33 | href: "/create-job/added-corporate-account", |
||
| 34 | pageId: 2002, |
||
| 35 | }, |
||
| 36 | { |
||
| 37 | label: "Edit corporate account", |
||
| 38 | href: "/create-job/change-corporate-account", |
||
| 39 | pageId: 2005, |
||
| 40 | }, |
||
| 41 | { |
||
| 42 | label: "Create Individual", |
||
| 43 | // label: "individual account", |
||
| 44 | href: "/create-job/added-individual-account", |
||
| 45 | pageId: 2001, |
||
| 46 | }, |
||
| 47 | // { |
||
| 48 | // label: "ICO campaign", |
||
| 49 | // href: "/create-job/added-ico", |
||
| 50 | // pageId: 2003, |
||
| 51 | // }, |
||
| 52 | { |
||
| 53 | label: "Edit Individual", |
||
| 54 | // label: "edit individual account", |
||
| 55 | href: "/create-job/change-individual-account", |
||
| 56 | pageId: 2004, |
||
| 57 | }, |
||
| 58 | { |
||
| 59 | label: "Create Issuer", |
||
| 60 | href: "/create-job/issuer-info", |
||
| 61 | pageId: 2011, |
||
| 62 | }, |
||
| 63 | { |
||
| 64 | label: "Edit Issuer", |
||
| 65 | href: "/create-job/list-issuer-info", |
||
| 66 | pageId: 2012, |
||
| 67 | }, |
||
| 68 | { |
||
| 69 | label: "Create ICO", |
||
| 70 | href: "/create-job/added-ico", |
||
| 71 | pageId: 2003, |
||
| 72 | }, |
||
| 73 | { |
||
| 74 | label: "Edit ICO", |
||
| 75 | href: "/create-job/change-ico", |
||
| 76 | pageId: 2006, |
||
| 77 | }, |
||
| 78 | { |
||
| 79 | label: "Create Transactions", |
||
| 80 | href: "/create-job/ico-list", |
||
| 81 | pageId: 2009, |
||
| 82 | }, |
||
| 83 | { |
||
| 84 | label: "Edit Transactions", |
||
| 85 | href: "/create-job/edit-ico-order", |
||
| 86 | pageId: 2010, |
||
| 87 | }, |
||
| 88 | // { |
||
| 89 | // label: "edit ICO campaign", |
||
| 90 | // href: "/create-job/change-ico", |
||
| 91 | // pageId: 2006, |
||
| 92 | // }, |
||
| 93 | // { |
||
| 94 | // label: "orders/trades", |
||
| 95 | // href: "/create-job/orders-trades", |
||
| 96 | // pageId: 2007, |
||
| 97 | // }, |
||
| 98 | { |
||
| 99 | label: "Create Deposit", |
||
| 100 | href: "/create-job/cash-deposit-withdraw", |
||
| 101 | pageId: 2008, |
||
| 102 | }, |
||
| 103 | { |
||
| 104 | label: "Edit Deposit", |
||
| 105 | href: "/create-job/edit-deposit", |
||
| 106 | pageId: 2013, |
||
| 107 | }, |
||
| 108 | // { |
||
| 109 | // label: "issuer info", |
||
| 110 | // href: "/create-job/issuer-info", |
||
| 111 | // pageId: 2011, |
||
| 112 | // }, |
||
| 113 | // { |
||
| 114 | // label: "issuer info list", |
||
| 115 | // href: "/create-job/list-issuer-info", |
||
| 116 | // pageId: 2012, |
||
| 117 | // }, |
||
| 118 | // { |
||
| 119 | // label: "fx exchange", |
||
| 120 | // href: "/create-job/fx-exchange", |
||
| 121 | // pageId: 2011, |
||
| 122 | // }, |
||
| 123 | // { |
||
| 124 | // label: "special edd", |
||
| 125 | // href: "/create-job/special-edd", |
||
| 126 | // pageId: 2012, |
||
| 127 | // }, |
||
| 128 | // { |
||
| 129 | // label: "adjust cash balance", |
||
| 130 | // href: "/create-job/adjust-cash-balance", |
||
| 131 | // pageId: 2013, |
||
| 132 | // }, |
||
| 133 | // { |
||
| 134 | // label: "broker transfer fee", |
||
| 135 | // href: "/create-job/broker-transfer-fee", |
||
| 136 | // pageId: 2014, |
||
| 137 | // }, |
||
| 138 | // { |
||
| 139 | // label: "setting fx rate", |
||
| 140 | // href: "/create-job/setting-fx-rate", |
||
| 141 | // pageId: 2015, |
||
| 142 | // }, |
||
| 143 | // { |
||
| 144 | // label: "bank gateway", |
||
| 145 | // href: "/create-job/bank-gateway", |
||
| 146 | // pageId: 2007, |
||
| 147 | // }, |
||
| 148 | // { |
||
| 149 | // label: "coin exchange pending", |
||
| 150 | // href: "/create-job/coin-exchange-pending", |
||
| 151 | // pageId: 2010, |
||
| 152 | // }, |
||
| 153 | // { |
||
| 154 | // label: "order engine control", |
||
| 155 | // href: "/create-job/order-engine-control", |
||
| 156 | // pageId: 2011, |
||
| 157 | // }, |
||
| 158 | // { |
||
| 159 | // label: "exchange start-stop control", |
||
| 160 | // href: "/create-job/exchange-start-stop-control", |
||
| 161 | // pageId: 2012, |
||
| 162 | // }, |
||
| 163 | // { |
||
| 164 | // label: "exchange config setting", |
||
| 165 | // href: "/create-job/exchange-config-setting", |
||
| 166 | // pageId: 2013, |
||
| 167 | // }, |
||
| 168 | // { |
||
| 169 | // label: "packages", |
||
| 170 | // href: "/create-job/packages", |
||
| 171 | // pageId: 2014, |
||
| 172 | // }, |
||
| 173 | // { |
||
| 174 | // label: "commission package setting", |
||
| 175 | // href: "/create-job/commission-package-setting", |
||
| 176 | // pageId: 2015, |
||
| 177 | // }, |
||
| 178 | // { |
||
| 179 | // label: "customer commission", |
||
| 180 | // href: "/create-job/customer-commission", |
||
| 181 | // pageId: 2016, |
||
| 182 | // }, |
||
| 183 | // { |
||
| 184 | // label: "penalty fee setting", |
||
| 185 | // href: "/create-job/penalty-fee-setting", |
||
| 186 | // pageId: 2017, |
||
| 187 | // }, |
||
| 188 | // { |
||
| 189 | // label: "create penalty fee", |
||
| 190 | // href: "/create-job/create-penalty-fee", |
||
| 191 | // pageId: 2018, |
||
| 192 | // }, |
||
| 193 | // { |
||
| 194 | // label: "airdrop setting", |
||
| 195 | // href: "/create-job/airdrop-setting", |
||
| 196 | // pageId: 2019, |
||
| 197 | // }, |
||
| 198 | // { |
||
| 199 | // label: "whitelist(bank)", |
||
| 200 | // href: "/create-job/whitelist-bank", |
||
| 201 | // pageId: 2021, |
||
| 202 | // }, |
||
| 203 | // { |
||
| 204 | // label: "change info", |
||
| 205 | // href: "/create-job/change-info", |
||
| 206 | // pageId: 2022, |
||
| 207 | // }, |
||
| 208 | ], |
||
| 209 | }, |
||
| 210 | { |
||
| 211 | header: "Approval", |
||
| 212 | icon: "icon", |
||
| 213 | pages: [3000, 3016], |
||
| 214 | children: [ |
||
| 215 | { |
||
| 216 | label: "Individuals", |
||
| 217 | href: "/todo-list/individual-account-opening", |
||
| 218 | pageId: 3001, |
||
| 219 | }, |
||
| 220 | { |
||
| 221 | label: "corporate account", |
||
| 222 | href: "/todo-list/corporate-account-opening", |
||
| 223 | pageId: 3002, |
||
| 224 | }, |
||
| 225 | // { |
||
| 226 | // label: "individual account opening", |
||
| 227 | // href: "/todo-list/individual-account-opening", |
||
| 228 | // pageId: 3003, |
||
| 229 | // }, |
||
| 230 | { |
||
| 231 | label: "ICOs", |
||
| 232 | href: "/todo-list/added-ico", |
||
| 233 | pageId: 3003, |
||
| 234 | }, |
||
| 235 | // { |
||
| 236 | // label: "orders/trades", |
||
| 237 | // href: "/todo-list/orders-trades", |
||
| 238 | // pageId: 3003, |
||
| 239 | // }, |
||
| 240 | { |
||
| 241 | label: "Cash Deposit", |
||
| 242 | href: "/todo-list/cash-deposit-withdraw", |
||
| 243 | pageId: 3004, |
||
| 244 | }, |
||
| 245 | // { |
||
| 246 | // label:"fx exchange", |
||
| 247 | // href: "/todo-list/fx-exchange", |
||
| 248 | // pageId:3005 |
||
| 249 | // }, |
||
| 250 | |||
| 251 | // { |
||
| 252 | // label: "individual account opening", |
||
| 253 | // href: "/todo-list/individual-account-opening", |
||
| 254 | // pageId: 3002, |
||
| 255 | // }, |
||
| 256 | { |
||
| 257 | label: "Lock / Unlock", |
||
| 258 | href: "/todo-list/account-lockunlock", |
||
| 259 | pageId: 3005, |
||
| 260 | }, |
||
| 261 | { |
||
| 262 | label: "Transactions", |
||
| 263 | href: "/todo-list/ico-list", |
||
| 264 | pageId: 3006, |
||
| 265 | }, |
||
| 266 | { |
||
| 267 | label: "Review KYC", |
||
| 268 | href: "/todo-list/review-kyc", |
||
| 269 | pageId: 3007, |
||
| 270 | }, |
||
| 271 | { |
||
| 272 | label: "Registrar", |
||
| 273 | href: `/todo-list/${ROUTES.TODO_LIST.REGISTRAR}`, |
||
| 274 | pageId: 3008, |
||
| 275 | }, |
||
| 276 | { |
||
| 277 | label: "Marketplace Fee", |
||
| 278 | href: `/todo-list/${ROUTES.TODO_LIST.MARKET_PLACE_CONFIRM_FEE}`, |
||
| 279 | pageId: 3009, |
||
| 280 | }, |
||
| 281 | { |
||
| 282 | label: "Distribution", |
||
| 283 | href: `/todo-list/${ROUTES.TODO_LIST.DISTRIBUTION}`, |
||
| 284 | pageId: 3010, |
||
| 285 | } |
||
| 286 | // { |
||
| 287 | // label: "change risk and edd", |
||
| 288 | // href: "/todo-list/change-risk-and-edd", |
||
| 289 | // pageId: 3007, |
||
| 290 | // }, |
||
| 291 | // { |
||
| 292 | // label: "STR monitoring", |
||
| 293 | // href: "/todo-list/str-monitoring", |
||
| 294 | // pageId: 3008, |
||
| 295 | // }, |
||
| 296 | // { |
||
| 297 | // label: "lock unlock", |
||
| 298 | // href: "/todo-list/lock-unlock", |
||
| 299 | // pageId: 3009, |
||
| 300 | // }, |
||
| 301 | // { |
||
| 302 | // label: "deposit cash", |
||
| 303 | // href: "/todo-list/deposit-cash", |
||
| 304 | // pageId: 3010, |
||
| 305 | // }, |
||
| 306 | // { |
||
| 307 | // label: "withdraw cash", |
||
| 308 | // href: "/todo-list/withdraw-cash", |
||
| 309 | // pageId: 3011, |
||
| 310 | // }, |
||
| 311 | // { |
||
| 312 | // label: "da withdraw", |
||
| 313 | // href: "/todo-list/da-withdraw", |
||
| 314 | // pageId: 3012, |
||
| 315 | // }, |
||
| 316 | // { |
||
| 317 | // label: "fx rate approve", |
||
| 318 | // href: "/todo-list/fx-rate-approve", |
||
| 319 | // pageId: 3013, |
||
| 320 | // }, |
||
| 321 | ], |
||
| 322 | }, |
||
| 323 | { |
||
| 324 | header: "Enquiry", |
||
| 325 | icon: "icon", |
||
| 326 | pages: [4000, 4008], |
||
| 327 | children: [ |
||
| 328 | { |
||
| 329 | label: "Admins", |
||
| 330 | href: "/enquiry/admins", |
||
| 331 | pageId: 4001, |
||
| 332 | }, |
||
| 333 | { |
||
| 334 | label: "Transactions", |
||
| 335 | href: "/enquiry/transactions", |
||
| 336 | pageId: 4002, |
||
| 337 | }, |
||
| 338 | { |
||
| 339 | label: "Individuals", |
||
| 340 | href: "/enquiry/individual", |
||
| 341 | pageId: 4003, |
||
| 342 | }, |
||
| 343 | { |
||
| 344 | label: "ICOs", |
||
| 345 | href: "/enquiry/ico-campaign", |
||
| 346 | pageId: 4004, |
||
| 347 | }, |
||
| 348 | // { |
||
| 349 | // label: "corporate account", |
||
| 350 | // href: "/enquiry/corporate", |
||
| 351 | // pageId: 4006, |
||
| 352 | // }, |
||
| 353 | // { |
||
| 354 | // label: "deposit/withdraw list", |
||
| 355 | // href: "/enquiry/deposit-withdraw-list", |
||
| 356 | // pageId: 4001, |
||
| 357 | // }, |
||
| 358 | { |
||
| 359 | label: "Investment Transaction", |
||
| 360 | href: "/enquiry/ico-campaign-investment", |
||
| 361 | pageId: 4005, |
||
| 362 | }, |
||
| 363 | { |
||
| 364 | label: "Registrar", |
||
| 365 | href: "/enquiry/registrar", |
||
| 366 | pageId: 4007, |
||
| 367 | }, |
||
| 368 | // { |
||
| 369 | // label: "deposit cash summary", |
||
| 370 | // href: "/enquiry/deposit-cash-summary", |
||
| 371 | // pageId: 4004, |
||
| 372 | // }, |
||
| 373 | // { |
||
| 374 | // label: "withdraw cash summary", |
||
| 375 | // href: "/enquiry/withdraw-cash-summary", |
||
| 376 | // pageId: 4005, |
||
| 377 | // }, |
||
| 378 | // { |
||
| 379 | // label: "cash balance statement", |
||
| 380 | // href: "/enquiry/cash-balance-statement", |
||
| 381 | // pageId: 4006, |
||
| 382 | // }, |
||
| 383 | ], |
||
| 384 | }, |
||
| 385 | // { |
||
| 386 | // header: "Reports", |
||
| 387 | // icon: "icon", |
||
| 388 | // pages: [5000, 5038], |
||
| 389 | // children: [ |
||
| 390 | // { |
||
| 391 | // label: "Customer Proxy Wallet (Deposit)", |
||
| 392 | // href: "/reports/customer-proxy-wallet-deposit", |
||
| 393 | // pageId: 5001, |
||
| 394 | // }, |
||
| 395 | // { |
||
| 396 | // label: "Customer Whitelist Wallet (Withdraw)", |
||
| 397 | // href: "/reports/customer-whitelist-wallet-withdraw", |
||
| 398 | // pageId: 5002, |
||
| 399 | // }, |
||
| 400 | // { |
||
| 401 | // label: "Digital Asset Outstanding by Customer", |
||
| 402 | // href: "/reports/digital-asset-outstanding-by-customer", |
||
| 403 | // pageId: 5003, |
||
| 404 | // }, |
||
| 405 | // { |
||
| 406 | // label: "Digital Asset Movement by Customer", |
||
| 407 | // href: "/reports/digital-asset-movement-by-customer", |
||
| 408 | // pageId: 5004, |
||
| 409 | // }, |
||
| 410 | // { |
||
| 411 | // label: "Digital Asset Movement by Coin", |
||
| 412 | // href: "/reports/digital-asset-movement-by-coin", |
||
| 413 | // pageId: 5005, |
||
| 414 | // }, |
||
| 415 | // { |
||
| 416 | // label: "Digital Asset Outstanding by Coin", |
||
| 417 | // href: "/reports/digital-asset-outstanding-by-coin", |
||
| 418 | // pageId: 5006, |
||
| 419 | // }, |
||
| 420 | // { |
||
| 421 | // label: "Digital Asset Balance by Coin", |
||
| 422 | // href: "/reports/digital-asset-balance-by-coin", |
||
| 423 | // pageId: 5007, |
||
| 424 | // }, |
||
| 425 | // { |
||
| 426 | // label: "GAS API", |
||
| 427 | // href: "/reports/gas-api", |
||
| 428 | // pageId: 5008, |
||
| 429 | // }, |
||
| 430 | // { |
||
| 431 | // label: "Customer Summary GAS Report", |
||
| 432 | // href: "/reports/customer-summary-gas-report", |
||
| 433 | // pageId: 5009, |
||
| 434 | // }, |
||
| 435 | // { |
||
| 436 | // label: "Report GAS Transfer", |
||
| 437 | // href: "/reports/report-gas-transfer", |
||
| 438 | // pageId: 5010, |
||
| 439 | // }, |
||
| 440 | // { |
||
| 441 | // label: "Summary Gas Report", |
||
| 442 | // href: "/reports/summary-gas-report", |
||
| 443 | // pageId: 5011, |
||
| 444 | // }, |
||
| 445 | // { |
||
| 446 | // label: "Summary Customer Wallet", |
||
| 447 | // href: "/reports/summary-customer-wallet", |
||
| 448 | // pageId: 5012, |
||
| 449 | // }, |
||
| 450 | // { |
||
| 451 | // label: "Cold Wallet by Exchange", |
||
| 452 | // href: "/reports/cold-wallet-by-exchange", |
||
| 453 | // pageId: 5013, |
||
| 454 | // }, |
||
| 455 | // { |
||
| 456 | // label: "Summary Corporate Wallet", |
||
| 457 | // href: "/reports/summary-corporate-wallet", |
||
| 458 | // pageId: 5014, |
||
| 459 | // }, |
||
| 460 | // { |
||
| 461 | // label: "Cash Settlement", |
||
| 462 | // href: "/reports/cash-settlement", |
||
| 463 | // pageId: 5015, |
||
| 464 | // }, |
||
| 465 | // { |
||
| 466 | // label: "Coin Settlement", |
||
| 467 | // href: "/reports/coin-settlement", |
||
| 468 | // pageId: 5016, |
||
| 469 | // }, |
||
| 470 | // { |
||
| 471 | // label: "Transaction Log by Exchange", |
||
| 472 | // href: "/reports/transaction-log-by-exchange", |
||
| 473 | // pageId: 5017, |
||
| 474 | // }, |
||
| 475 | // { |
||
| 476 | // label: "Report Adjust Coin Cause Re-Balance Cold/Hot", |
||
| 477 | // href: "/reports/report-adjust-coin-cause-re-balance-cold-hot", |
||
| 478 | // pageId: 5018, |
||
| 479 | // }, |
||
| 480 | // { |
||
| 481 | // label: "Report for Segregate Airdrop", |
||
| 482 | // href: "/reports/report-for-segregate-airdrop", |
||
| 483 | // pageId: 5019, |
||
| 484 | // }, |
||
| 485 | // { |
||
| 486 | // label: "NC Report", |
||
| 487 | // href: "/reports/nc-report", |
||
| 488 | // pageId: 5020, |
||
| 489 | // }, |
||
| 490 | // { |
||
| 491 | // label: "SEC Report", |
||
| 492 | // href: "/reports/sec-report", |
||
| 493 | // pageId: 5021, |
||
| 494 | // }, |
||
| 495 | // { |
||
| 496 | // label: "Customer Data Report", |
||
| 497 | // href: "/reports/customer-data-report", |
||
| 498 | // pageId: 5022, |
||
| 499 | // }, |
||
| 500 | // { |
||
| 501 | // label: "Confirmation Report", |
||
| 502 | // href: "/reports/confirmation-report", |
||
| 503 | // pageId: 5023, |
||
| 504 | // }, |
||
| 505 | // { |
||
| 506 | // label: "Daily Deposit Cash Summary by Bank Report", |
||
| 507 | // href: "/reports/daily-deposit-cash-summary-by-bank-report", |
||
| 508 | // pageId: 5024, |
||
| 509 | // }, |
||
| 510 | // { |
||
| 511 | // label: "Daily Pending Deposit Summary by Transaction Date Report", |
||
| 512 | // href: "/reports/daily-pending-deposit-summary-by-transaction-date-report", |
||
| 513 | // pageId: 5025, |
||
| 514 | // }, |
||
| 515 | // { |
||
| 516 | // label: "Daily Withdrawal Cash Summary by Transaction Date Report", |
||
| 517 | // href: "/reports/daily-withdrawal-cash-summary-by-transaction-date-report", |
||
| 518 | // pageId: 5026, |
||
| 519 | // }, |
||
| 520 | // { |
||
| 521 | // label: "Daily Segregation for Cash Balance Type Report", |
||
| 522 | // href: "/reports/daily-segregation-for-cash-balance-type-report", |
||
| 523 | // pageId: 5027, |
||
| 524 | // }, |
||
| 525 | // { |
||
| 526 | // label: "Daily Total Segregation Report", |
||
| 527 | // href: "/reports/daily-total-segregation-report", |
||
| 528 | // pageId: 5028, |
||
| 529 | // }, |
||
| 530 | // { |
||
| 531 | // label: "Summary Digital Asset Fee", |
||
| 532 | // href: "/reports/summary-digital-asset-fee", |
||
| 533 | // pageId: 5029, |
||
| 534 | // }, |
||
| 535 | // { |
||
| 536 | // label: "Daily Fiat Pre-fund and Outstanding", |
||
| 537 | // href: "/reports/daily-fiat-pre-fund-and-outstanding", |
||
| 538 | // pageId: 5030, |
||
| 539 | // }, |
||
| 540 | // { |
||
| 541 | // label: "Daily Summary Cold Corporate Wallet With Custodian", |
||
| 542 | // href: "/reports/daily-summary-cold-corporate-wallet-with-custodian", |
||
| 543 | // pageId: 5031, |
||
| 544 | // }, |
||
| 545 | // { |
||
| 546 | // label: "Summary Cash Settlement with Counterparties", |
||
| 547 | // href: "/reports/summary-cash-settlement-with-counterparties", |
||
| 548 | // pageId: 5032, |
||
| 549 | // }, |
||
| 550 | // { |
||
| 551 | // label: "Export Loging Order", |
||
| 552 | // href: "/reports/export-loging-order", |
||
| 553 | // pageId: 5033, |
||
| 554 | // }, |
||
| 555 | // { |
||
| 556 | // label: "Customer Most Active By Value", |
||
| 557 | // href: "/reports/customer-most-active-by-value", |
||
| 558 | // pageId: 5034, |
||
| 559 | // }, |
||
| 560 | // { |
||
| 561 | // label: "Order Register", |
||
| 562 | // href: "/reports/order-register", |
||
| 563 | // pageId: 5035, |
||
| 564 | // }, |
||
| 565 | // { |
||
| 566 | // label: "Foreign Exchange Average and Spread Log", |
||
| 567 | // href: "/reports/foreign-exchange-average-and-spread-log", |
||
| 568 | // pageId: 5036, |
||
| 569 | // }, |
||
| 570 | // { |
||
| 571 | // label: "DA deposit", |
||
| 572 | // href: "/reports/da-deposit", |
||
| 573 | // pageId: 5037, |
||
| 574 | // }, |
||
| 575 | // ], |
||
| 576 | // }, |
||
| 577 | { |
||
| 578 | header: "Reports", |
||
| 579 | icon: "icon", |
||
| 580 | pages: [6000, 6002], |
||
| 581 | children: [ |
||
| 582 | { |
||
| 583 | label: "SEC Reports", |
||
| 584 | href: "reports/sec-reports", |
||
| 585 | pageId: 6001, |
||
| 586 | }, |
||
| 587 | // { |
||
| 588 | // label: "NC Reports", |
||
| 589 | // href: "reports/nc-reports", |
||
| 590 | // pageId: 6002, |
||
| 591 | // }, |
||
| 592 | ], |
||
| 593 | }, |
||
| 594 | { |
||
| 595 | header: "Notifications", |
||
| 596 | icon: "icon", |
||
| 597 | pages: [7000, 7002], |
||
| 598 | children: [ |
||
| 599 | { |
||
| 600 | label: "New Activity", |
||
| 601 | href: "board", |
||
| 602 | pageId: 7001, |
||
| 603 | }, |
||
| 604 | ], |
||
| 605 | }, |
||
| 606 | ]; |