Skip to content

Commit

Permalink
Change icons
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <dev@florianhotze.com>
  • Loading branch information
florian-h05 committed Jan 13, 2025
1 parent 319b27a commit ee1e98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.ui/web/src/pages/developer/log-viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ export default {
let icon = 'question_diamond'
switch (entity.level) {
case 'TRACE':
icon = 'arrow_down'
icon = 'line_horizontal_3'
break
case 'DEBUG':
icon = 'minus'
icon = 'ant'
break
case 'INFO':
icon = 'info_circle'
Expand Down

0 comments on commit ee1e98c

Please sign in to comment.