Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const COLUMNS_DEFINITIONS_ICC_CLUSTERS: IccClusterIColumnsDef[] = [
label: 'ShortCircuitIccClusterFilters',
dataKey: SHORT_CIRCUIT_ICC_CLUSTER_FILTERS,
tooltip: 'ShortCircuitIccClusterFiltersTooltip',
equipmentTypes: [EquipmentType.GENERATOR, EquipmentType.BATTERY],
equipmentTypes: [EquipmentType.GENERATOR, EquipmentType.BATTERY, EquipmentType.HVDC_LINE],
elementType: ElementType.FILTER,
titleId: 'FiltersListsSelection',
initialValue: null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function ShortCircuitIccClusterTableCell({
size="small"
name={`${formName}[${rowIndex}].${column.dataKey}`}
label={column.titleId}
options={['GENERATOR']}
options={['GENERATOR', 'HVDC']}
disabled={inputsDisabled}
/>
)}
Expand Down
Loading