ui optimize

This commit is contained in:
MaxKey
2022-02-14 20:55:20 +08:00
parent af88748489
commit d67bc93c97
24 changed files with 220 additions and 224 deletions

View File

@@ -71,11 +71,11 @@
<th data-field="message"><@locale code="log.loginhistory.message"/></th>
<th data-field="loginType"><@locale code="log.loginhistory.loginType"/></th>
<th data-field="sourceIp"><@locale code="log.loginhistory.sourceIp"/></th>
<th data-field="browser"><@locale code="log.loginhistory.browser"/></th>
<th data-field="browser" data-visible="false"><@locale code="log.loginhistory.browser"/></th>
<th data-field="loginTime"><@locale code="log.loginhistory.loginTime"/></th>
<th data-field="logoutTime"><@locale code="log.loginhistory.logoutTime"/></th>
<th data-field="platform"><@locale code="log.loginhistory.platform"/></th>
<th data-field="application"><@locale code="log.loginhistory.application"/></th>
<th data-field="platform" data-visible="false"><@locale code="log.loginhistory.platform"/></th>
<th data-field="application" data-visible="false"><@locale code="log.loginhistory.application"/></th>
<th data-field="loginUrl" data-visible="false"><@locale code="log.loginhistory.loginUrl"/></th>
<th data-field="code" data-visible="false"><@locale code="log.loginhistory.code"/></th>
<th data-field="rpUserInfo" data-visible="false"><@locale code="log.loginhistory.rpUserInfo"/></th>

View File

@@ -77,10 +77,10 @@
<th data-field="message"><@locale code="log.loginhistory.message"/></th>
<th data-field="loginType"><@locale code="log.loginhistory.loginType"/></th>
<th data-field="sourceIp"><@locale code="log.loginhistory.sourceIp"/></th>
<th data-field="browser"><@locale code="log.loginhistory.browser"/></th>
<th data-field="browser" data-visible="false"><@locale code="log.loginhistory.browser"/></th>
<th data-field="loginTime"><@locale code="log.loginhistory.loginTime"/></th>
<th data-field="logoutTime"><@locale code="log.loginhistory.logoutTime"/></th>
<th data-field="platform"><@locale code="log.loginhistory.platform"/></th>
<th data-field="platform" data-visible="false"><@locale code="log.loginhistory.platform"/></th>
<th data-field="application" data-visible="false"><@locale code="log.loginhistory.application"/></th>
<th data-field="loginUrl" data-visible="false"><@locale code="log.loginhistory.loginUrl"/></th>
<th data-field="code" data-visible="false"><@locale code="log.loginhistory.code"/></th>

View File

@@ -55,9 +55,9 @@
<th data-field="messageType"><@locale code="log.operate.messageType"/></th>
<th data-field="operateType"><@locale code="log.operate.operateType"/></th>
<th data-field="username"><@locale code="log.operate.username"/></th>
<th data-field="createdBy"><@locale code="common.text.createdby"/></th>
<th data-field="createdBy" data-visible="false"><@locale code="common.text.createdby"/></th>
<th data-field="createdDate"><@locale code="common.text.createddate"/></th>
<th data-field="modifiedBy"><@locale code="common.text.modifiedby"/></th>
<th data-field="modifiedBy" data-visible="false"><@locale code="common.text.modifiedby"/></th>
<th data-field="modifiedDate"><@locale code="common.text.modifieddate"/></th>
</tr>
</thead>