This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push: new 50d7ebf5cf5 UI: enable project menu on mobile (#9700) 50d7ebf5cf5 is described below commit 50d7ebf5cf5a2d4fc38bbf25b4e55dcc0191e861 Author: Wei Zhou <weiz...@apache.org> AuthorDate: Thu Sep 19 13:53:53 2024 +0200 UI: enable project menu on mobile (#9700) --- ui/src/components/page/GlobalHeader.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/page/GlobalHeader.vue b/ui/src/components/page/GlobalHeader.vue index dd51278b483..47a79613776 100644 --- a/ui/src/components/page/GlobalHeader.vue +++ b/ui/src/components/page/GlobalHeader.vue @@ -26,7 +26,7 @@ <menu-unfold-outlined class="trigger" v-if="collapsed" @click="toggle" /> <menu-fold-outlined class="trigger" v-else @click="toggle" /> </template> - <project-menu v-if="device !== 'mobile'" /> + <project-menu /> <saml-domain-switcher style="margin-left: 20px" /> <user-menu :device="device"></user-menu> </div> @@ -45,7 +45,7 @@ <menu-unfold-outlined class="trigger" v-else @click="toggle" /> </div> </div> - <project-menu v-if="device !== 'mobile'" /> + <project-menu /> <saml-domain-switcher style="margin-left: 20px" /> <user-menu></user-menu> </div>