1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-12-20 13:49:04 +08:00
parent 53cf24c4f3
commit aed3cd4490

View File

@ -281,7 +281,7 @@ Volcanos(chat.ONAPPEND, {_init: function(can, meta, list, cb, target, field) {
], onclick: function(event) { ], onclick: function(event) {
can.user.copy(event, can, item.value) can.user.copy(event, can, item.value)
if (item.name == ice.LOG_TRACEID) { if (item.name == ice.LOG_TRACEID) {
can.onappend._float(can, web.CODE_XTERM, ["sh", item.value, "grep "+item.value+" var/log/bench.log | grep -v grep | grep -v "+item.value+"$"]) can.onappend._float(can, web.CODE_XTERM, ["sh", item.value, "grep "+item.value+" var/log/bench.log | grep -v grep | grep -v '"+item.value+" $'"])
} }
}}]) }}])
}) })