aboutsummaryrefslogtreecommitdiff
path: root/packages/auditor-backoffice-ui/src/components
diff options
context:
space:
mode:
authorNic Eigel <nic@eigel.ch>2024-01-14 17:44:02 +0100
committerNic Eigel <nic@eigel.ch>2024-01-14 17:44:02 +0100
commita29db7a4a5311ab5b5d489a1eedfd1f4555773ae (patch)
treeb6f0a43daf7b7eaf1ad95fe09171212c59b48546 /packages/auditor-backoffice-ui/src/components
parente162a8cb655adc95c8cd8d87319a76c8e9792994 (diff)
downloadwallet-core-a29db7a4a5311ab5b5d489a1eedfd1f4555773ae.tar.xz
updating makefile, fixing auditor-backoffice
Diffstat (limited to 'packages/auditor-backoffice-ui/src/components')
-rw-r--r--packages/auditor-backoffice-ui/src/components/menu/index.tsx32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/auditor-backoffice-ui/src/components/menu/index.tsx b/packages/auditor-backoffice-ui/src/components/menu/index.tsx
index 03ae3b005..015d3bd05 100644
--- a/packages/auditor-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/auditor-backoffice-ui/src/components/menu/index.tsx
@@ -26,10 +26,6 @@ function getInstanceTitle(path: string, id: string): string {
switch (path) {
case InstancePaths.settings:
return `${id}: Settings`;
- case InstancePaths.order_list:
- return `${id}: Orders`;
- case InstancePaths.order_new:
- return `${id}: New order`;
case InstancePaths.inventory_list:
return `${id}: Inventory`;
case InstancePaths.deposit_confirmation_list:
@@ -38,34 +34,6 @@ function getInstanceTitle(path: string, id: string): string {
return `${id}: New product`;
case InstancePaths.inventory_update:
return `${id}: Update product`;
- case InstancePaths.reserves_new:
- return `${id}: New reserve`;
- case InstancePaths.reserves_list:
- return `${id}: Reserves`;
- case InstancePaths.transfers_list:
- return `${id}: Transfers`;
- case InstancePaths.transfers_new:
- return `${id}: New transfer`;
- case InstancePaths.webhooks_list:
- return `${id}: Webhooks`;
- case InstancePaths.webhooks_new:
- return `${id}: New webhook`;
- case InstancePaths.webhooks_update:
- return `${id}: Update webhook`;
- case InstancePaths.otp_devices_list:
- return `${id}: otp devices`;
- case InstancePaths.otp_devices_new:
- return `${id}: New otp devices`;
- case InstancePaths.otp_devices_update:
- return `${id}: Update otp devices`;
- case InstancePaths.templates_new:
- return `${id}: New template`;
- case InstancePaths.templates_update:
- return `${id}: Update template`;
- case InstancePaths.templates_list:
- return `${id}: Templates`;
- case InstancePaths.templates_use:
- return `${id}: Use template`;
case InstancePaths.interface:
return `${id}: Interface`;
default: