Skip to content

Commit

Permalink
fix: instrument index
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed May 11, 2024
1 parent dea6c0b commit dc1981c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/remote/src/MainView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ const MainView: React.FC<MainViewProps> = ({ client }) => {
const panelTag = iframeDocument.createElement('vcockpit-panel');
iframeDocument.body.appendChild(panelTag);

const instrumentTag = iframeDocument.createElement('a32nx-nd');
const instrumentTag = iframeDocument.createElement('fbw-remote-instrument');
instrumentTag.setAttribute('Index', '1');
panelTag.appendChild(instrumentTag);

const contentTag = iframeDocument.createElement('div');
Expand Down

0 comments on commit dc1981c

Please sign in to comment.