Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug #13574 : Ingest error detail tab - wrong icon #2430

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

hazco75
Copy link
Contributor

@hazco75 hazco75 commented Feb 3, 2025

Description

Wrong icon used (expand_less instead of expand_more)

Type de changement

  • Correction

@hazco75 hazco75 added this to the IT 148 milestone Feb 3, 2025
@hazco75 hazco75 added the small pr embarquant peu de changements et à review rapide, ne nécessitant qu'un reviewer label Feb 3, 2025
@hazco75 hazco75 merged commit 95a12bc into develop Feb 3, 2025
12 of 14 checks passed
@hazco75 hazco75 deleted the bug_13574_wrong_icon branch February 3, 2025 15:39
@@ -42,7 +42,7 @@
<div class="mat-tree-node ingest-error-tree-node">
<button mat-icon-button matTreeNodeToggle [attr.aria-label]="'Toggle ' + node.eventData.outMessg">
<i class="material-icons mat-icon-rtl-mirror">{{
ingestErrorsTreeControl.isExpanded(node) ? 'expand_less' : 'chevron_right'
ingestErrorsTreeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'
Copy link
Contributor

Choose a reason for hiding this comment

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

On devrait utiliser les icônes Vitam, pas material icons...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small pr embarquant peu de changements et à review rapide, ne nécessitant qu'un reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants