diff --git a/components/inspectit-ocelot-configurationserver-ui/src/components/views/status/StatusTable.js b/components/inspectit-ocelot-configurationserver-ui/src/components/views/status/StatusTable.js index a2edd1bc68..414894c46a 100644 --- a/components/inspectit-ocelot-configurationserver-ui/src/components/views/status/StatusTable.js +++ b/components/inspectit-ocelot-configurationserver-ui/src/components/views/status/StatusTable.js @@ -132,8 +132,22 @@ class StatusTable extends React.Component { background: #ddd; border-color: #ddd; } + .this :global(.badge) { + width: 1.2rem; + height: 1.2rem; + background: #007ad9; + border-radius: 25%; + display: inline-flex; + justify-content: center; + color: white; + } `} - {name} {agentIdElement} + {name} {agentIdElement}{' '} + {rowData.count > 1 ? ( + + {rowData.count}{' '} + + ) : null}