diff --git a/src/components/common/VnLog.vue b/src/components/common/VnLog.vue index 1213c8bbc..b14aae7be 100644 --- a/src/components/common/VnLog.vue +++ b/src/components/common/VnLog.vue @@ -19,6 +19,18 @@ const props = defineProps({ type: String, default: null, }, + url: { + type: String, + default: null, + }, + mapper: { + type: Function, + default: null, + }, + filter: { + type: Object, + default: null, + } }); const columns = [ @@ -65,17 +77,18 @@ function actionColor(action) {