sbd-npm 1.4.76 → 1.4.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/status.js +1 -1
package/package.json
CHANGED
package/status.js
CHANGED
@@ -834,7 +834,7 @@ $(function () {
|
|
834
834
|
$(this).click(function() {
|
835
835
|
Util.show_loading();
|
836
836
|
let pid = $(this).parent().parent().children('td').eq(0).text();
|
837
|
-
let cmdline =
|
837
|
+
let cmdline = $(this).parent().parent().children('td').eq(2).text();
|
838
838
|
let action = Status.parse_machine_action(cmdline);
|
839
839
|
let is_fetch_screen = $(this).attr("data-screen");
|
840
840
|
if (is_fetch_screen && is_fetch_screen == "1") {
|