mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix: view details of unknown projects on dashboard
This commit is contained in:
@ -70,7 +70,13 @@
|
||||
</div>
|
||||
{{ else }}
|
||||
<div class="mb-8 w-full">
|
||||
<h1 class="font-semibold text-3xl text-white">Project "{{ .GetProjectFilter }}"</h1>
|
||||
<h1 class="font-semibold text-3xl text-white">
|
||||
{{ if eq .GetProjectFilter "-" }}
|
||||
Unknown project
|
||||
{{ else }}
|
||||
Project "{{ .GetProjectFilter }}"
|
||||
{{ end }}
|
||||
</h1>
|
||||
<div class="flex space-x-4 items-center">
|
||||
<h4 class="font-semibold text-lg text-gray-500">{{ .TotalTime | duration }}</h4>
|
||||
<div v-cloak v-show="currentInterval">
|
||||
|
Reference in New Issue
Block a user