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

[ui-serverLogs] Convert the Server Logs page within Administrator server in ReactJS #3927

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ananya-agarwal
Copy link
Collaborator

What changes were proposed in this pull request?

Update the Server logs page to use React and align it with the Cloudera Design Language.
For Seeing the logs on Server Logs tab, make sure to enable Gunicorn server in local system: Document

How was this patch tested?

Will add unit tests, manual testing

Please review Hue Contributing Guide before opening a pull request.

if (!response.ok) {
throw new Error(`HTTP error! Status: ${response.status}`);
}
const json = await response.json();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we have an interface for the API response?

@ananya-agarwal ananya-agarwal force-pushed the ServerLogs branch 2 times, most recently from 5176707 to 86d277d Compare December 24, 2024 06:16
@ananya-agarwal ananya-agarwal force-pushed the ServerLogs branch 2 times, most recently from 1e558cf to 386b1c7 Compare January 3, 2025 07:48
WIP

WIP

Searchbox working

WIP

WIP

WIP

w

f

WIP

r

t

WIP

WIP

WIP

WIP
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