Skip to content

Commit

Permalink
Add terminal debugId. (#4235)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
  • Loading branch information
AndrienkoAleksandr committed Feb 27, 2017
1 parent 0d728a8 commit 7e850dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ public void onAddTerminal(final String machineId, Object source) {
final String terminalId = terminalNode.getId();
terminals.put(terminalId, newTerminal);
view.addProcessNode(terminalNode);
terminalWidget.asWidget().ensureDebugId(terminalName);
view.addWidget(terminalId, terminalName, terminalNode.getTitleIcon(), terminalWidget, false);
refreshStopButtonState(terminalId);

Expand Down

0 comments on commit 7e850dd

Please sign in to comment.