inspectIT / inspectit-ocelot

inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
http://www.inspectit.rocks/
Apache License 2.0
204 stars 69 forks source link

[Feature] - Improve code style and layout of StatusTable.js #1538

Open heiko-holz opened 1 year ago

heiko-holz commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the "button" elements (service states, logs, config, support archive) in the StatusTable.js in the configuration server UI are placed with absolute positions and margins.

Describe the solution you'd like Maybe we can use a layout element that automatically aligns the elements, without the need to set the position/margin by hand, which needs to be updated each time we add/change an element