mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-24 15:14:01 +08:00
Fix: route to file manager
This commit is contained in:
parent
e77cfb50b1
commit
0ee0b0402f
@ -74,9 +74,15 @@ const nodeOperations = [
|
||||
{
|
||||
title: t("TXT_CODE_ae533703"),
|
||||
icon: FolderOpenOutlined,
|
||||
click: () => {
|
||||
click: (item: ComputedNodeInfo) => {
|
||||
const daemonId = item.uuid;
|
||||
const instanceId = "global0001";
|
||||
toPage({
|
||||
path: "/instances/terminal/files"
|
||||
path: "/instances/terminal/files",
|
||||
query: {
|
||||
daemonId,
|
||||
instanceId
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user