mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix: missing project labels form [ci skip]
This commit is contained in:
parent
bcbd6236df
commit
8e6719f0b7
@ -266,6 +266,8 @@
|
||||
</div>
|
||||
{{end}}
|
||||
<div class="mb-8"></div>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
{{ if .Projects }}
|
||||
<h3 class="inline-block font-semibold text-gray-300">Add Label</h3>
|
||||
@ -292,8 +294,6 @@
|
||||
<div class="text-gray-300 text-sm mb-4 mt-6">You don't have any projects, yet. Start out by sending a few heartbeats before you can then assign labels.</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -476,7 +476,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div v-cloak id="integrations" class="tab flex flex-col space-y-4" v-if="isActive('integrations')">
|
||||
<div v-cloak id="integrations" class="tab flex flex-col space-y-4" v-show="isActive('integrations')">
|
||||
<form action="" method="post" class="w-full lg:w-3/4">
|
||||
<input type="hidden" name="action" value="toggle_wakatime">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user