1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

feat: disables user select for dates on simple and complex logs. fixes #2967 (#2994)

This commit is contained in:
Amir Raminfar
2024-05-29 08:45:02 -07:00
committed by GitHub
parent 487a4ad0d4
commit c2c7041cf7
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
<LogStd :std="logEntry.std" />
</div>
<div v-if="showTimestamp">
<LogDate :date="logEntry.date" />
<LogDate :date="logEntry.date" class="select-none" />
</div>
<div class="flex">
<LogLevel :level="logEntry.level" />