修改关键字配置失效时,关联的已失效的配置再次失效的bug

增加分割删除nginx access.log的脚本
志总量,登陆用户名密码提示国际化文件修改
张微's avatar
修改proxy帮助文档,配置操作日志,增加音视频样例剪切工具下载
修正特定服务ajax动态新增的时候没有将编译ID获取的bug
This commit is contained in:
段冬梅
2018-12-14 11:53:41 +08:00
parent ab29865c3f
commit 73bfd7de5f
21 changed files with 151 additions and 16 deletions

View File

@@ -96,6 +96,7 @@
<th><spring:message code="log_submission" /></th>
<th><spring:message code="log_ip" /></th>
<th><spring:message code="log_user" /></th>
<th><spring:message code="config content" /></th>
<th><spring:message code="operate_time" /></th>
</tr>
</thead>
@@ -143,6 +144,10 @@
</td>
<td>${log.remoteAddr}</td>
<td>${log.createBy}</td>
<td>
<a href="javascript:;" data-original-title="${log.params}"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
${fns:abbr(log.params,100)}</a></td>
<td><fmt:formatDate value="${log.createDate}"
type="both" /></td>
</tr>