Skip to content

Commit

Permalink
changes after review
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Donias <[email protected]>
  • Loading branch information
MelissaFrncJrg and pdonias committed Sep 27, 2024
1 parent d9869ab commit 1cc3c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xo-web/src/common/sorted-table/pifs-column.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class PifItem extends Component {
<td>{host?.name_label ?? _('unknown')}</td>
<td>{pif?.ip ?? _('unknown')}</td>
<td>{pif?.mac ?? _('unknown')}</td>
<td>{bond?.mode ?? _('unknown')} </td>
<td>{bond?.mode ?? _('unknown')}</td>
<td>
{pif?.carrier === undefined ? (
<span className='tag tag-warning'>{_('unknown')}</span>
Expand Down Expand Up @@ -82,7 +82,7 @@ export default class PifsColumn extends BaseComponent {
<th>{_('homeTypeHost')}</th>
<th>{_('pifAddressLabel')}</th>
<th>{_('pifMacLabel')}</th>
<th>{_('bondMode')} </th>
<th>{_('bondMode')}</th>
<th>{_('pifStatusLabel')}</th>
<th />
</tr>
Expand Down

0 comments on commit 1cc3c82

Please sign in to comment.