commit before removing select2 dsp dropdown
This commit is contained in:
parent
4396621b47
commit
a554777402
|
|
@ -242,6 +242,7 @@
|
|||
<th>License No.</th>
|
||||
<th>Issue State</th>
|
||||
<th>Trainer Login</th>
|
||||
<th>Company</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody is="dmx-repeat" dmx-generator="bs5table" id="tableRepeat4" dmx-bind:repeat="data_view1.data">
|
||||
|
|
@ -250,6 +251,7 @@
|
|||
<td dmx-text="db_licenseNumber"></td>
|
||||
<td dmx-text="db_state"></td>
|
||||
<td dmx-text="data_view1.data[0].db_trainerSelected"></td>
|
||||
<td dmx-text="data_view1.data[0].dspShortCode"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue