created views for trackers in UI, added leaflet

This commit is contained in:
tdv
2025-10-06 12:00:39 +03:00
parent 6a5ddd66ba
commit a404a37a60
9 changed files with 194 additions and 2 deletions

View File

@@ -20,5 +20,7 @@ func AutoMigrate(db *gorm.DB) error {
&models.Tracker{},
&models.UserTracker{},
&models.DEviceTask{},
&models.DeviceCertificate{},
&models.RevokedSerial{},
)
}