Skip to content

Commit

Permalink
Fixes page not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Jan 27, 2025
1 parent 67c5ad4 commit 1b4af13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_src/vue/page-asset-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { default as BootstrapTable } from "./bootstrap-table.vue";

const _i18n = (t) => i18n(t);

const url = "/lua/rest/v2/get/host/asset_detail.lua";
const url = "/lua/rest/v2/get/host/asset_details.lua";
const table_id = ref('asset_details');
const props = defineProps({
ifid: Number,
Expand Down

0 comments on commit 1b4af13

Please sign in to comment.