Skip to content

Commit

Permalink
refactor(agent-info): add minWidth style to registration and last kee…
Browse files Browse the repository at this point in the history
…p-alive fields for better layout consistency
  • Loading branch information
guidomodarelli committed Dec 11, 2024
1 parent 0371c6a commit 7f7d2c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,13 @@ export class AgentInfo extends Component<AgentInfoProps> {
key: 'registration-date',
value: formatUIDate(agent.dateAdd),
label: 'Registration date',
style: { minWidth: 165 },
},
{
key: 'last-keep-alive',
value: formatUIDate(agent.lastKeepAlive),
label: 'Last keep alive',
style: { minWidth: 165 },
},
];
}
Expand Down

0 comments on commit 7f7d2c7

Please sign in to comment.