Преглед изворни кода

[web日志]增加所有服务器同时执行

st пре 5 година
родитељ
комит
28e45c5b25
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      o2web/source/x_component_LogViewer/Main.js

+ 1 - 0
o2web/source/x_component_LogViewer/Main.js

@@ -61,6 +61,7 @@ MWF.xApplication.LogViewer.Main = new Class({
         o2.Actions.load("x_program_center").CommandAction.getNodeInfoList(
             function( json ){
                 var nodeList = json.data.nodeList;
+                new Element("option", {"value": "*", "text": "*"}).inject(this.nodeSelect);
                 nodeList.each(function (node) {
                     new Element("option", {
                         "value": node.node.nodeAgentPort,