style: SwitchPortHistoryDiagCard
This commit is contained in:
@@ -67,7 +67,7 @@ const tableColumns: DataTableColumns<SwitchPortRowData> = [
|
||||
const { diagInfo } = rowData;
|
||||
const { info } = diagInfo;
|
||||
const { overFlowPorts } = info;
|
||||
return `${overFlowPorts.join(', ')}`;
|
||||
return h('pre', {}, { default: () => overFlowPorts.join('\n') });
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user