Skip to content

fix(v2): capitalize 'Level' in log header - #145

Merged
jesserockz merged 1 commit into
devfrom
jesserockz-2025-279
Jul 7, 2025
Merged

fix(v2): capitalize 'Level' in log header#145
jesserockz merged 1 commit into
devfrom
jesserockz-2025-279

Conversation

@jesserockz

Copy link
Copy Markdown
Member

Fixes #144

This PR corrects a simple typo in the v2 webserver where 'level' was lowercase in the log table header.

Changes:

  • Changed <th>level</th> to <th>Level</th> in packages/v2/src/esp-log.ts

Details:

The log header now properly displays "Time Level Tag Message" instead of "Time level Tag Message".

Fixes #144 - corrects the typo where 'level' was lowercase
in the log table header. This change makes v2 consistent
with v3 and follows proper header capitalization conventions.
@netlify

netlify Bot commented Jul 6, 2025

Copy link
Copy Markdown

Deploy Preview for esphome-webserver ready!

Name Link
🔨 Latest commit bcbd131
🔍 Latest deploy log https://app.netlify.com/projects/esphome-webserver/deploys/686af512db87cd00091f01d9
😎 Deploy Preview https://deploy-preview-145--esphome-webserver.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jesserockz
jesserockz merged commit 44e68fc into dev Jul 7, 2025
7 checks passed
@jesserockz
jesserockz deleted the jesserockz-2025-279 branch July 7, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v2: Single character typo in the log header on the devices web interface

1 participant