diff --git a/ui/src/components/view/DetailsTab.vue b/ui/src/components/view/DetailsTab.vue index 3c260c05470..a86026912fb 100644 --- a/ui/src/components/view/DetailsTab.vue +++ b/ui/src/components/view/DetailsTab.vue @@ -98,6 +98,18 @@ export default { loading: { type: Boolean, default: false + }, + items: { + type: Object, + default: () => {} + }, + bordered: { + type: Boolean, + default: false + }, + tab: { + type: String, + default: '' } }, data () {