|
@@ -33,16 +33,17 @@
|
33
|
33
|
<h3 class="box-title">执行器列表</h3>
|
34
|
34
|
<button class="btn btn-info btn-xs pull-left2 add" >+新增执行器</button>
|
35
|
35
|
|
36
|
|
- 调度中心OnLine:<#if adminAddressList?exists><#list adminAddressList as item><span class="badge bg-green">${item}</span></#list></#if>
|
|
36
|
+ 调度中心OnLine机器:<#if adminAddressList?exists><#list adminAddressList as item><span class="badge bg-green">${item}</span></#list></#if>
|
37
|
37
|
</div>
|
38
|
38
|
<div class="box-body">
|
39
|
39
|
<table id="joblog_list" class="table table-bordered table-striped display" width="100%" >
|
40
|
40
|
<thead>
|
41
|
41
|
<tr>
|
42
|
|
- <th name="id" >ID</th>
|
|
42
|
+ <#--<th name="id" >ID</th>-->
|
|
43
|
+ <th name="order" >排序</th>
|
43
|
44
|
<th name="appName" >AppName</th>
|
44
|
45
|
<th name="title" >名称</th>
|
45
|
|
- <th name="order" >排序</th>
|
|
46
|
+ <th name="addressType" >注册方式</th>
|
46
|
47
|
<th name="registryList" >OnLine 机器</th>
|
47
|
48
|
<th name="operate" >操作</th>
|
48
|
49
|
</tr>
|
|
@@ -51,13 +52,20 @@
|
51
|
52
|
<#if list?exists && list?size gt 0>
|
52
|
53
|
<#list list as group>
|
53
|
54
|
<tr>
|
54
|
|
- <td>${group.id}</td>
|
|
55
|
+ <#--<td>${group.id}</td>-->
|
|
56
|
+ <td>${group.order}</td>
|
55
|
57
|
<td>${group.appName}</td>
|
56
|
58
|
<td>${group.title}</td>
|
57
|
|
- <td>${group.order}</td>
|
|
59
|
+ <td><#if group.addressType==0>自动注册<#else>手动录入</#if></td>
|
58
|
60
|
<td><#if group.registryList?exists><#list group.registryList as item><span class="badge bg-green">${item}</span><br></#list></#if></td>
|
59
|
61
|
<td>
|
60
|
|
- <button class="btn btn-warning btn-xs update" id="${group.id}" appName="${group.appName}" title="${group.title}" order="${group.order}" >编辑</button>
|
|
62
|
+ <button class="btn btn-warning btn-xs update"
|
|
63
|
+ id="${group.id}"
|
|
64
|
+ appName="${group.appName}"
|
|
65
|
+ title="${group.title}"
|
|
66
|
+ order="${group.order}"
|
|
67
|
+ addressType="${group.addressType}"
|
|
68
|
+ addressList="${group.addressList}" >编辑</button>
|
61
|
69
|
<button class="btn btn-danger btn-xs remove" id="${group.id}" >删除</button>
|
62
|
70
|
</td>
|
63
|
71
|
</tr>
|
|
@@ -93,6 +101,18 @@
|
93
|
101
|
<label for="lastname" class="col-sm-2 control-label">排序<font color="red">*</font></label>
|
94
|
102
|
<div class="col-sm-10"><input type="text" class="form-control" name="order" placeholder="请输入“排序”" maxlength="50" ></div>
|
95
|
103
|
</div>
|
|
104
|
+ <div class="form-group">
|
|
105
|
+ <label for="lastname" class="col-sm-2 control-label">注册方式<font color="red">*</font></label>
|
|
106
|
+ <div class="col-sm-10">
|
|
107
|
+ <input type="radio" name="addressType" value="0" checked />自动注册
|
|
108
|
+
|
|
109
|
+ <input type="radio" name="addressType" value="1" />手动录入
|
|
110
|
+ </div>
|
|
111
|
+ </div>
|
|
112
|
+ <div class="form-group">
|
|
113
|
+ <label for="lastname" class="col-sm-2 control-label">机器地址<font color="red">*</font></label>
|
|
114
|
+ <div class="col-sm-10"><input type="text" class="form-control" name="addressList" placeholder="请输入执行器地址列表,多地址逗号分隔" maxlength="200" readonly="readonly" ></div>
|
|
115
|
+ </div>
|
96
|
116
|
<hr>
|
97
|
117
|
<div class="form-group">
|
98
|
118
|
<div class="col-sm-offset-3 col-sm-6">
|
|
@@ -127,6 +147,18 @@
|
127
|
147
|
<label for="lastname" class="col-sm-2 control-label">排序<font color="red">*</font></label>
|
128
|
148
|
<div class="col-sm-10"><input type="text" class="form-control" name="order" placeholder="请输入“排序”" maxlength="50" ></div>
|
129
|
149
|
</div>
|
|
150
|
+ <div class="form-group">
|
|
151
|
+ <label for="lastname" class="col-sm-2 control-label">注册方式<font color="red">*</font></label>
|
|
152
|
+ <div class="col-sm-10">
|
|
153
|
+ <input type="radio" name="addressType" value="0" />自动注册
|
|
154
|
+
|
|
155
|
+ <input type="radio" name="addressType" value="1" />手动录入
|
|
156
|
+ </div>
|
|
157
|
+ </div>
|
|
158
|
+ <div class="form-group">
|
|
159
|
+ <label for="lastname" class="col-sm-2 control-label">机器地址<font color="red">*</font></label>
|
|
160
|
+ <div class="col-sm-10"><input type="text" class="form-control" name="addressList" placeholder="请输入执行器地址列表,多地址逗号分隔" maxlength="200" readonly="readonly" ></div>
|
|
161
|
+ </div>
|
130
|
162
|
<hr>
|
131
|
163
|
<div class="form-group">
|
132
|
164
|
<div class="col-sm-offset-3 col-sm-6">
|