mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
Update api scheduled to use current datetime by default
This commit is contained in:
parent
379eaa2786
commit
6c6082ca90
2 changed files with 9 additions and 2 deletions
|
@ -42,6 +42,7 @@
|
|||
<table class="table table-bordered table-hover table-striped datatable" id="table-phones">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Nom</th>
|
||||
<th>Adaptateur</th>
|
||||
<th>Callbacks</th>
|
||||
|
@ -51,7 +52,8 @@
|
|||
<tbody>
|
||||
<?php foreach ($phones as $phone) { ?>
|
||||
<tr>
|
||||
<td><?php $this->s(\controllers\internals\Tool::phone_format($phone['name'])); ?></td>
|
||||
<td><?php $this->s($phone['id']); ?></td>
|
||||
<td><?php $this->s($phone['name']); ?></td>
|
||||
<td><?php $this->s($phone['adapter']); ?></td>
|
||||
<td>
|
||||
<div class="bold">Reception d'un SMS : </div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue