mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
53cf24c4f3
commit
aed3cd4490
2
frame.js
2
frame.js
@ -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+" $'"])
|
||||||
}
|
}
|
||||||
}}])
|
}}])
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user