diff --git a/resources/views/websms_config.html b/resources/views/websms_config.html index d62f24e..70773b9 100644 --- a/resources/views/websms_config.html +++ b/resources/views/websms_config.html @@ -69,17 +69,33 @@
- https://admin.u-site.app/webhooks/websms/delivery +
+ https://admin.u-site.app/webhooks/websms/delivery + +
- https://admin.u-site.app/webhooks/websms/click +
+ https://admin.u-site.app/webhooks/websms/click + +
- https://admin.u-site.app/webhooks/websms/incoming +
+ https://admin.u-site.app/webhooks/websms/incoming + +
+

@@ -103,7 +119,7 @@ - + @@ -125,7 +141,7 @@ function websmsApp() { showToken:false, logs:[], testPara:'', testMsg:'', testResult:'', testOk:false, - saving:false, error:'', + saving:false, error:'', copied:'', async init(){ await this.loadConfig(); @@ -166,6 +182,24 @@ function websmsApp() { }, formatDate(d){ if(!d) return ''; return new Date(d).toLocaleDateString('es-CO',{day:'2-digit',month:'short',year:'numeric',hour:'2-digit',minute:'2-digit'}); }, + copy(text){ navigator.clipboard.writeText(text); this.copied='URL copiada'; setTimeout(()=>this.copied='', 2000); }, } } + +