Skip to content

Commit 39c1072

Browse files
committed
cross_connect_client: by default open in a new windows as we change of domain name
1 parent ac3bfe6 commit 39c1072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cross_connect_client/models/cross_connect_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _compute_menu_id(self):
6565
{
6666
"name": record.name,
6767
"url": f"/cross_connect_server/{record.id}",
68-
"target": "self",
68+
"target": "new",
6969
}
7070
)
7171

0 commit comments

Comments
 (0)