diff --git a/webui/src/components/NamespaceChart.vue b/webui/src/components/NamespaceChart.vue index 0084af0cf..47fea3bf4 100644 --- a/webui/src/components/NamespaceChart.vue +++ b/webui/src/components/NamespaceChart.vue @@ -1,5 +1,5 @@ - - diff --git a/webui/src/views/ImportView.vue b/webui/src/views/ImportView.vue index ae7950a63..822a856f9 100644 --- a/webui/src/views/ImportView.vue +++ b/webui/src/views/ImportView.vue @@ -19,7 +19,7 @@ const { rdocData, isValidVersion, loadRdoc } = useRdocLoader() const showCapabilitiesByFunctionOrProcess = ref(false) const showLibraryRules = ref(false) -const showNamespaceChart = ref(true) +const showNamespaceChart = ref(false) const flavor = computed(() => rdocData.value?.meta.flavor) @@ -104,6 +104,6 @@ onMounted(() => { :show-capabilities-by-process="showCapabilitiesByFunctionOrProcess" :show-library-rules="showLibraryRules" /> - +