Skip to content
Draft
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 @@ -151,6 +151,14 @@ public Boolean call(YamcsServerConnection connection) {
SeparatorMenuItem sep = new SeparatorMenuItem();
MenuItem connectAllServers = new MenuItem(Messages.ConnectAll);

// FIXME:Should be made configurable
if (true) {
System.out.println("Connect here********************");
for (YamcsServer s : YamcsObjectManager.getRoot().getItems()) {
attemptToConnect(s);
}
}

connectAllServers.setOnAction(
e -> {
TreeItem<YamcsObject<?>> selectedItem = treeView.getSelectionModel().getSelectedItem();
Expand Down
Binary file modified phoebus-product/site_splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added phoebus-product/site_splash_pi4_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading