refactor: remove unused monitoring and system info features
This commit is contained in:
@@ -9,8 +9,6 @@ Frontend application for Super-frpc - a frpc instance integrated management syst
|
||||
- User management (create, edit, delete users)
|
||||
- Session management (view and delete active sessions)
|
||||
- System logs viewing with filtering capabilities
|
||||
- Real-time system monitoring (CPU, memory, disk, network)
|
||||
- System information display
|
||||
- Role-based access control (superuser, admin, visitor)
|
||||
- Responsive design with modern UI
|
||||
|
||||
@@ -49,8 +47,7 @@ frontend/
|
||||
│ ├── Users.vue # User management
|
||||
│ ├── Sessions.vue # Session management
|
||||
│ ├── Logs.vue # System logs
|
||||
│ ├── Monitor.vue # System monitoring
|
||||
│ └── SystemInfo.vue # System information
|
||||
│ └── Settings.vue # Settings
|
||||
├── logger.js # Logging utility
|
||||
├── api-backend.md # Backend API documentation
|
||||
└── README.md # This file
|
||||
|
||||
Reference in New Issue
Block a user