Skip to content

Commit

Permalink
Show status icon for last run on environment expandable
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Oct 25, 2024
1 parent 8c9b090 commit 0b51be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/lib/ui/artefact_page/environment_expandable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ class _EnvironmentExpandableTitle extends StatelessWidget {
Widget build(BuildContext context) {
return Row(
children: [
artefactEnvironment.runsDescending.first.status.icon,
const SizedBox(width: Spacing.level4),
Text(
artefactEnvironment.architecture,
style: Theme.of(context).textTheme.titleLarge,
Expand Down

0 comments on commit 0b51be0

Please sign in to comment.