add status limit_reached to phone and check raspisms sms limit when updating phone status

This commit is contained in:
osaajani 2023-03-17 16:09:32 +01:00
parent b8ab352deb
commit e7a6c486ee
6 changed files with 111 additions and 12 deletions

View file

@ -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