mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
0d40be3db1
This refactor updates the APIKeyView and TelemetryIngestionKeyView components to use the RouteUtil.populateRouteParams function when navigating to other routes. This ensures that route parameters are properly populated, improving the reliability and consistency of the navigation logic. Files modified: - Dashboard/src/Pages/Settings/APIKeyView.tsx - Dashboard/src/Pages/Settings/TelemetryIngestionKeyView.tsx |
||
---|---|---|
.. | ||
AnalyticsModels | ||
Models | ||
Permissions | ||
Tests | ||
.dockerignore | ||
jest.config.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
OneUptime Model Library
The OneUptime Model Library is a collection of shared database models and utilities that are used across the OneUptime platform. It is designed to be easy to install and use, and to be extensible. This library is built with TypeScript and TypeORM. It includes models like User, Monitor, Incident, and Team. It also includes utilities like database connection, and query builders, etc.