This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
LBP
/
RackPeek
réplica de
https://github.com/Timmoth/RackPeek.git
Seguir
4
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
c2655e6900
Ramas
Etiquetas
#127-system-on-system
#186-ui-cleanup
#200-physical-connections
#206-system-ip
Blazor-Diagrams
Timmoth-patch-1
bug/258
chore/housekeeping
main
mavnezz-feature/git-webui-integration
staging
v1.0.0-prep
v1.0.0-release
RackPeek-1.4.0
RackPeek-1.3.1
RackPeek-1.3.0
RackPeek-1.2.0
RackPeek-1.1.0
RackPeek-1.0.0
RackPeek-0.0.4
RackPeek-0.0.3
RackPeek
/
Shared.Rcl
/
Components
/
ResourceType.cs
ResourceType.cs
101 B
Histórico
Raw
1
2
3
4
5
6
7
namespace Shared.Rcl.Components;
public enum ResourceType {
Hardware,
System,
Service
}