Closed danipaniii closed 1 year ago
Merging #1528 (0c51ee7) into master (4ae7a26) will decrease coverage by
0.72%
. The diff coverage is13.33%
.
Everything seems to be working as expected. @heiko-holz in our last conversation we talked about the badge that is being shown in the status view and the badge overlapping the buttons. The badge doesn't overlap with the buttons anymore, but slightly overlaps the agents service name, if the name is very long (See screenshot)
Since we talked about improving the styling in that part, I was wondering if we should open a new Issue to resolve this or if we should at least solve the overlapping with the badge and the name at the moment.
Hey @danipaniii, good catch!
I just fixed this by reducing the max-width
for the service name.
Anyhow, we can open an issue after this PR to improve the code and style of the Agent Status Table.
Closes #1495 Implementing the DynamicallyServiceObserver to register all the available services (e.g. Prometheus, Jaeger, LogPreloader) and their current state enabled/disabled. In the UI when clicking the agents name (on the status page) a dialog window opens with a data table, listing all the services and their current state enabled/disabled. Currently the states are being shown as disabled buttons with the labes (enabled/disabled) to show the user the current state. In the future there is the possibilty to implement a feature to activate those buttons and let the user active/deactivate a service by a simple button click.
This change is