diff --git a/src/components/CloudGroups.vue b/src/components/CloudGroups.vue index 9727ac6..aabc171 100644 --- a/src/components/CloudGroups.vue +++ b/src/components/CloudGroups.vue @@ -1,24 +1,7 @@ - - - - {{ props.title }} + + + {{ props.title }} { class="flex flex-wrap -mx-2 pb-8" > - + \ No newline at end of file diff --git a/src/components/CloudServices.vue b/src/components/CloudServices.vue index 6651639..baaa96f 100644 --- a/src/components/CloudServices.vue +++ b/src/components/CloudServices.vue @@ -1,4 +1,58 @@ - + + + + + + + {{ item.name }} + + + + + + {{ item.srvc.req || 'tcp' }} + + + + + + + + {{ item.info }} {{ t('srvc.pending','pending')}} + + + {{ item.info }} {{ item.srvc.critical }} + + + + + + + + + + {{ item.srvc.liveness }} + + + + + + + - - - - - - {{ item.name }} - - - - - - {{ item.srvc.req || 'tcp' }} - - - - - - - - {{ item.info }} {{ t('srvc.pending','pending')}} - - - {{ item.info }} {{ item.srvc.critical }} - - - - - - - - - - {{ item.srvc.liveness }} - - - - - - + \ No newline at end of file diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 61db7f2..4e8bf59 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,16 +1,146 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index 0c354ae..d670afc 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -1,24 +1,4 @@ - { class="router-link-active router-link-exact-active flex items-center text-white no-underline hover:text-white hover:no-underline" title="LibreCloud" > - LibreCloud - + + {{props.navtitle}} {{ props.title }} + > {{ t(`nav.${props.title}`,props.title) }} @@ -48,7 +29,7 @@ const on_item = (item: MenuItemType, event: Event) => { type="button" class="block lg:hidden px-2 text-gray-300 hover:text-white focus:outline-none focus:text-white" :class="{ 'transition transform-180': isOpen }" - @click="isOpen = !isOpen" + @click.prevent="isOpen = !isOpen" > { - + {{ item.title }} + :href="item.href" + @click.prevent="on_item(item)" + > {{ t(`nav.${item.title}`,item.title) }} + + @@ -105,3 +88,23 @@ const on_item = (item: MenuItemType, event: Event) => { + \ No newline at end of file diff --git a/src/components/Profile.vue b/src/components/Profile.vue new file mode 100644 index 0000000..a337069 --- /dev/null +++ b/src/components/Profile.vue @@ -0,0 +1,137 @@ + + + + + + {{ t('profile.Settings','Settings') }} + + {{ t('profile.backgroud_color','Background color') }}: + + + + + + + + + {{ t(`profile.Close`,'Close') }} + + + + + + + + + + + {{ t('profile.Settings','Settings') }} + + + {{ t('profile.Logout','Logout') }} + + + + + + + + + + {{ profile.fullname }} + + + + + + + + {{ profile.username }} + + + + + + + + + + 11 + Followers + + + 52 + Following + + + + + + +