Actually, take all the themes
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
<div style="padding: 0px 20px 0 20px">
|
||||
<table class="table table-striped table-bordered credential-data-table">
|
||||
<tr ng-repeat="key in keys(credentialData) | orderBy">
|
||||
<td class="key">{{key}}</td>
|
||||
<td class="value">{{credentialData[key]}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
Reference in New Issue
Block a user