fe fixes profil

This commit is contained in:
Florinda
2024-10-28 09:52:50 +01:00
parent 04c7a8f8db
commit db273edff9
5 changed files with 37 additions and 17 deletions

View File

@@ -82,13 +82,20 @@ const { onMenuToggle, toggleDarkMode, isDarkTheme } = useLayout();
</button>
<AppConfigurator />
</div>
<div>
<h1 v-if="userPrefStore.user.selectedProject">
{{ userPrefStore.user.selectedProject.fe_name }}
</h1>
</div>
</div>
<Dropdown
v-model="userPrefStore.selectedApp"
:options="userPrefStore.availableApp"
optionLabel="fe_name"
placeholder="Select an Option"
placeholder="Select an Application"
class="dropdown-list"
@change="scenario_store.fetchApplicationScenarios()"
:disabled="route.path === '/projects'"