view.vm 377 Bytes
<table class="table table-bordered table-striped formLayout m0">
	<tr>
		<td>id:</td>
		<td>$!{auth.id}</td>
		<td>name:</td>
		<td>$!{auth.name}</td>
	</tr>
	<tr>
		<td>authIcon:</td>
		<td>$!{auth.authIcon}</td>
		<td>status:</td>
		<td>$!{auth.status}</td>
	</tr>
	<tr>
		<td>ctime:</td>
		<td>$!{auth.ctime}</td>
		<td>utime:</td>
		<td>$!{auth.utime}</td>
	</tr>
</table>