improve home page design

This commit is contained in:
usmannasir
2025-06-02 00:58:11 +05:00
parent 353a133a1d
commit 2463cea5e2
4 changed files with 228 additions and 63 deletions

View File

@@ -19,4 +19,5 @@ urlpatterns = [
re_path(r'^getTrafficStats$', views.getTrafficStats, name='getTrafficStats'),
re_path(r'^getDiskIOStats$', views.getDiskIOStats, name='getDiskIOStats'),
re_path(r'^getCPULoadGraph$', views.getCPULoadGraph, name='getCPULoadGraph'),
re_path(r'^getRecentSSHLogins$', views.getRecentSSHLogins, name='getRecentSSHLogins'),
]