Skip to content

Commit

Permalink
Rename apigw profiler hit route
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Sep 29, 2023
1 parent f1b77d4 commit c36a1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
data-test-id="button-edit-route"
variant="link"
class="p-0"
:to="{ name: 'system.apigw.profiler.hit.list', params: { hitID: row.item.hitID } }"
:to="{ name: 'system.apigw.profiler.hit', params: { hitID: row.item.hitID } }"
>
<font-awesome-icon
:icon="['fas', 'info-circle']"
Expand Down
2 changes: 1 addition & 1 deletion client/web/admin/src/views/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default [
r('system.apigw.edit', 'apigw/edit/:routeID', 'System/Apigw/Editor'),
r('system.apigw.profiler', 'apigw/profiler', 'System/Apigw/Profiler/Index'),
r('system.apigw.profiler.route.list', 'apigw/profiler/route/:routeID', 'System/Apigw/Profiler/Route'),
r('system.apigw.profiler.hit.list', 'apigw/profiler/hit/:hitID', 'System/Apigw/Profiler/Hit'),
r('system.apigw.profiler.hit', 'apigw/profiler/hit/:hitID', 'System/Apigw/Profiler/Hit'),

r('system.permissions', 'permissions', 'System/Permissions/Index'),
r('system.actionlog', 'actionlog', 'System/Actionlog/Index'),
Expand Down

0 comments on commit c36a1e5

Please sign in to comment.