feat(notify): intial nofity system added to monitor crashes and rfid wrapper

This commit is contained in:
2025-03-26 22:08:53 -05:00
parent 7a1a4773e7
commit eb051d51f2
9 changed files with 649 additions and 72 deletions

View File

@@ -0,0 +1,6 @@
<style>
table { width: 100%; background-color: #ffffff; border-collapse: collapse;
border-width: 2px; border-color: #14BDEA; border-style: solid; color:
#000000; } th, td { border: 1px solid #ddd; padding: 8px; } th {
background-color: #f4f4f4; }
</style>