Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: drop HTTP from the gateway list #104

Merged
merged 1 commit into from
Mar 19, 2024
Merged

src: drop HTTP from the gateway list #104

merged 1 commit into from
Mar 19, 2024

Conversation

roman-khimov
Copy link
Member

It's still in get_webstat_metrics.py, but upgrading this script is a bit more complicated, so let's just fix the UI.

src/Home.tsx Outdated
<td>
{node[0]}
</td>
<tr>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add key={node[1]}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why we have the key here. It doesn't make much sense to me.

Copy link
Contributor

@mike-petrov mike-petrov Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's done for React js, otherwise it shows warning in the console

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh. Surprising. Especially since I don't see it in the resulting HTML and it's just a table row. OK, fixed.

It's still in get_webstat_metrics.py, but upgrading this script is a bit more
complicated, so let's just fix the UI.

Signed-off-by: Roman Khimov <[email protected]>
@roman-khimov roman-khimov merged commit 80673cd into master Mar 19, 2024
1 check passed
@roman-khimov roman-khimov deleted the drop-http-gw branch March 19, 2024 21:01
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.

2 participants