drupal-civicrm/sites/all/modules/civicrm/ang/crmCxn/AdvTable.html

19 lines
324 B
HTML
Raw Normal View History

2018-01-14 15:10:16 +02:00
<table>
<thead>
<tr>
<th>{{ts('Property')}}</th>
<th>{{ts('Value')}}</th>
</tr>
</thead>
<tbody>
<tr class="odd-row odd">
<td>App ID</td>
<td>{{appMeta.appId}}</td>
</tr>
<tr class="even-row even">
<td>App URL</td>
<td><code>{{appMeta.appUrl}}</code></td>
</tr>
</tbody>
</table>