view.vm 259 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <table class="table table-bordered table-striped formLayout m0"> <tr> <td>id:</td> <td>$!{authScope.id}</td> <td>authId:</td> <td>$!{authScope.authId}</td> </tr> <tr> <td>scopeId:</td> <td colspan="3">$!{authScope.scopeId}</td> </tr> </table>