diff --git a/src/views/pages/ScenarioList.vue b/src/views/pages/ScenarioList.vue index 6528536..8a453a7 100644 --- a/src/views/pages/ScenarioList.vue +++ b/src/views/pages/ScenarioList.vue @@ -92,7 +92,7 @@ import { UserPrefStore } from '../../stores/UserPrefStore.js'; const scenarioTypeOp = ref([ { name: 'All', value: 'all' }, - { name: 'Cross', value: 'cross' }, + //{ name: 'Cross', value: 'cross' }, { name: 'Project', value: 'project' }, { name: 'Application', value: 'application' } @@ -103,7 +103,7 @@ const scenarioTypeOp = ref([ scenario_store.setFilterString(''); userPrefStore.fetchUserData().then(() => { - scenario_store.fetchScenariosCross(); + //scenario_store.fetchScenariosCross(); scenario_store.fetchScenarios(); if(userPrefStore.getSelApp != null){ scenario_store.fetchApplicationScenarios();