mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
Add api for create and delete phone
This commit is contained in:
parent
df7c66f91c
commit
14cd233d92
5 changed files with 183 additions and 9 deletions
|
@ -88,7 +88,7 @@ jQuery(document).ready(function ()
|
|||
"columns" : [
|
||||
{data: 'id', render: jQuery.fn.dataTable.render.text()},
|
||||
{data: 'name', render: jQuery.fn.dataTable.render.text()},
|
||||
{data: 'name', render: jQuery.fn.dataTable.render.text()},
|
||||
{data: 'adapter', render: jQuery.fn.dataTable.render.text()},
|
||||
{
|
||||
data: '_',
|
||||
render: function (data, type, row, meta) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue