Changes to Timetracking
This commit is contained in:
@@ -71,7 +71,7 @@ const selectStartedTime = () => {
|
|||||||
runningTimeInfo.value = times.value.find(time => time.user == user.value.id && !time.end)
|
runningTimeInfo.value = times.value.find(time => time.user == user.value.id && !time.end)
|
||||||
}
|
}
|
||||||
|
|
||||||
selectStartedTime()
|
//selectStartedTime()
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -90,6 +90,12 @@ selectStartedTime()
|
|||||||
>
|
>
|
||||||
Stop
|
Stop
|
||||||
</UButton>
|
</UButton>
|
||||||
|
<UButton
|
||||||
|
class="controlButton"
|
||||||
|
@click="selectStartedTime"
|
||||||
|
>
|
||||||
|
Zeit Wählen
|
||||||
|
</UButton>
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user