headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

Style Issue for Endpoints Field in Service View #1500

Closed vyncent-t closed 11 months ago

vyncent-t commented 12 months ago

Style Issue for Endpoints Field in Service View

Description

In the detailed view of a service, a styling issue is observed under the Endpoints section where the table renders a blank box across all viewing sizes. This issue hinders the user's ability to view and interact with endpoint information efficiently.

I will work on this bug if this blank rendering is not intended.

Expected Behavior

Steps to Reproduce

  1. Navigate to the Service View.
  2. Select a service to view its details.
  3. Scroll down to the Endpoints section to observe the blank box in the table rendering.

Possible Solution

image

Src0p commented 11 months ago

Can someone , review my PR related to this issue https://github.com/headlamp-k8s/headlamp/pull/1510

vyncent-t commented 11 months ago

@Src0p Thank you for your contribution! I'll review your PR shortly.