diff --git a/client/src/pages/edit/[subsystem]/[entity]/[id].vue b/client/src/pages/[subsystem]/[entity]/edit/[id].vue
similarity index 100%
rename from client/src/pages/edit/[subsystem]/[entity]/[id].vue
rename to client/src/pages/[subsystem]/[entity]/edit/[id].vue
diff --git a/client/src/pages/edit/[subsystem]/[entity]/index.vue b/client/src/pages/[subsystem]/[entity]/edit/index.vue
similarity index 100%
rename from client/src/pages/edit/[subsystem]/[entity]/index.vue
rename to client/src/pages/[subsystem]/[entity]/edit/index.vue
diff --git a/client/src/pages/firewall/DestinationNATRules.vue b/client/src/pages/firewall/DestinationNATRules.vue
index a5eeb0f..2215a8d 100644
--- a/client/src/pages/firewall/DestinationNATRules.vue
+++ b/client/src/pages/firewall/DestinationNATRules.vue
@@ -55,8 +55,8 @@ onMounted(async() => {
- Create
- Edit
+ Create
+ Edit
diff --git a/client/src/pages/firewall/ForwardRules.vue b/client/src/pages/firewall/ForwardRules.vue
index 4fa8ced..161ae5a 100644
--- a/client/src/pages/firewall/ForwardRules.vue
+++ b/client/src/pages/firewall/ForwardRules.vue
@@ -56,8 +56,8 @@ onMounted(async() => {
- Create
- Edit
+ Create
+ Edit
diff --git a/client/src/pages/firewall/SourceNATRules.vue b/client/src/pages/firewall/SourceNATRules.vue
index 3907c32..daec494 100644
--- a/client/src/pages/firewall/SourceNATRules.vue
+++ b/client/src/pages/firewall/SourceNATRules.vue
@@ -55,8 +55,8 @@ onMounted(async() => {
- Create
- Edit
+ Create
+ Edit
diff --git a/client/src/pages/network/Interfaces.vue b/client/src/pages/network/Interfaces.vue
index d4753a8..290b2aa 100644
--- a/client/src/pages/network/Interfaces.vue
+++ b/client/src/pages/network/Interfaces.vue
@@ -59,8 +59,8 @@ onMounted(async() => {
- Create
- Edit
+ Create
+ Edit
\ No newline at end of file
diff --git a/client/src/pages/object/Addresses.vue b/client/src/pages/object/Addresses.vue
index 2ebaed1..a6eff5c 100644
--- a/client/src/pages/object/Addresses.vue
+++ b/client/src/pages/object/Addresses.vue
@@ -78,8 +78,8 @@ onMounted(async() => {
- Create
- Edit
+ Create
+ Edit
\ No newline at end of file
diff --git a/client/src/pages/object/Services.vue b/client/src/pages/object/Services.vue
index dc7aa74..54e45cd 100644
--- a/client/src/pages/object/Services.vue
+++ b/client/src/pages/object/Services.vue
@@ -83,8 +83,8 @@ onMounted(async() => {
- Create
- Edit
+ Create
+ Edit
\ No newline at end of file