mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
add status limit_reached to phone and check raspisms sms limit when updating phone status
This commit is contained in:
parent
b8ab352deb
commit
e7a6c486ee
6 changed files with 111 additions and 12 deletions
|
@ -112,6 +112,10 @@ jQuery(document).ready(function ()
|
|||
case 'no_credit':
|
||||
html += ' - <span class="text-warning">Plus de crédit</span>'
|
||||
break;
|
||||
|
||||
case 'limit_reached':
|
||||
html += ' - <span class="text-warning">Limite RaspiSMS atteinte</span>'
|
||||
break;
|
||||
}
|
||||
|
||||
return html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue