Skip to content

Commit

Permalink
feat(tap): add Terminal to the custom images modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Nov 29, 2024
1 parent 28c32a2 commit a89e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nodeImages/CustomImageModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const CustomImageModal: React.FC<Props> = ({ image, onClose }) => {
};

const platform = getPolarPlatform();
const lnImpls: NodeImplementation[] = ['LND', 'c-lightning', 'eclair'];
const lnImpls: NodeImplementation[] = ['LND', 'c-lightning', 'eclair', 'litd'];
const implGroups: Record<string, NodeImplementation[]> = {
Lightning: lnImpls.filter(i => dockerConfigs[i].platforms.includes(platform)),
Bitcoin: ['bitcoind'],
Expand Down

0 comments on commit a89e58d

Please sign in to comment.