Merge "Fix gr-group-audit-log to use tbody" into stable-2.16

This commit is contained in:
David Pursehouse 2019-08-02 06:28:47 +00:00 committed by Gerrit Code Review
commit 74f7cf4ef8

View File

@ -43,8 +43,8 @@ limitations under the License.
<tr id="loading" class$="loadingMsg [[computeLoadingClass(_loading)]]">
<td>Loading...</td>
</tr>
<template is="dom-repeat" items="[[_auditLog]]"
class$="[[computeLoadingClass(_loading)]]">
<tbody class$="[[computeLoadingClass(_loading)]]">
<template is="dom-repeat" items="[[_auditLog]]">
<tr class="table">
<td class="date">
<gr-date-formatter
@ -70,6 +70,7 @@ limitations under the License.
</td>
</tr>
</template>
</tbody>
</table>
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
</template>