Merge "Fix gr-group-audit-log to use tbody" into stable-2.16
This commit is contained in:
commit
74f7cf4ef8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user