修改关键字配置失效时,关联的已失效的配置再次失效的bug
增加分割删除nginx access.log的脚本 志总量,登陆用户名密码提示国际化文件修改 张微's avatar 修改proxy帮助文档,配置操作日志,增加音视频样例剪切工具下载 修正特定服务ajax动态新增的时候没有将编译ID获取的bug
This commit is contained in:
@@ -353,15 +353,23 @@ background:#3d3d3d;
|
||||
</ul>
|
||||
</li>
|
||||
</c:if>
|
||||
<li class="dropdown dropdown-user nav">
|
||||
<a href="${pageContext.request.contextPath}/static/PotPlayerSetup64.exe" id="helpHref" target="_self" >
|
||||
<i class="fa fa-cloud-download"></i>
|
||||
<span class="username username-hide-on-mobile" id="help">
|
||||
<spring:message code="cut sample tool" />
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<!-- 在线帮助 -->
|
||||
<%-- <li class="dropdown dropdown-user nav">
|
||||
<li class="dropdown dropdown-user nav">
|
||||
<a href="${ctx}/sys/help" id="helpHref" target="mainFrame" >
|
||||
<i class="icon-question font-sharp"></i>
|
||||
<span class="username username-hide-on-mobile" id="help">
|
||||
<spring:message code="help" />
|
||||
</span>
|
||||
</a>
|
||||
</li> --%>
|
||||
</li>
|
||||
<!-- 系统语言 -->
|
||||
<li class="dropdown dropdown-user" id="language">
|
||||
|
||||
|
||||
@@ -100,6 +100,9 @@
|
||||
<h3 class="page-title">
|
||||
<spring:message code="http_keyword"/>
|
||||
</h3>
|
||||
<div style="color:red">
|
||||
<spring:message code="keyword_log_tips"></spring:message>
|
||||
</div>
|
||||
<h5 class="page-header"></h5>
|
||||
<div class="col-md-12">
|
||||
<div class="portlet">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user