Skip to content

Conversation

@Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Oct 23, 2024

closes #1439
Stand

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
134 134 0 0 0

Bundle Size: πŸ”Ί

Current: 79.10 MB | Main: 79.03 MB
Diff: +0.07 MB (0.08%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.


if (data?.Rack) {
info.push({label: 'Rack', value: data.Rack});
info.push({name: 'Rack', children: data.Rack, key: i18n('field_rack')});
Copy link
Member

Choose a reason for hiding this comment

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

Looks like key and name were mixed up

Comment on lines 47 to 51
<DefinitionList responsive>
<DefinitionList.Item name={i18n('field_monitoring-link')}>
{monitoringLink}
</DefinitionList.Item>
</DefinitionList>
Copy link
Member

Choose a reason for hiding this comment

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

Let's use the same form as in Cluster overview: "Links: Monitoring". Icon in popover looks weird

@artemmufazalov
Copy link
Member

Please, use more informative PR name, it's not only layout fix

@Raubzeug Raubzeug force-pushed the entity-status-fixes branch from cf41039 to cdc4d02 Compare October 23, 2024 14:38
@Raubzeug Raubzeug changed the title fix(EntityStatus): layout fix(EntityStatus): remove additionalControls, fix ClipboardButton layout Oct 23, 2024
@Raubzeug Raubzeug added this pull request to the merge queue Oct 23, 2024
Merged via the queue into main with commit ea4d3a9 Oct 23, 2024
6 checks passed
@Raubzeug Raubzeug deleted the entity-status-fixes branch October 23, 2024 15:04
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.

Add info to node host popup in nodes table

3 participants