updated Panel implementation
This commit is contained in:
@@ -13,7 +13,7 @@ class InstancesDebugger(SingleInstance):
|
||||
self._command = Command("ShowInstance",
|
||||
"Display selected Instance",
|
||||
self,
|
||||
self.on_network_event).htmx(target=f"#{self._panel.get_id()}_r")
|
||||
self.on_network_event).htmx(target=f"#{self._panel.get_ids().right}")
|
||||
|
||||
def render(self):
|
||||
nodes, edges = self._get_nodes_and_edges()
|
||||
|
||||
Reference in New Issue
Block a user