This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
RackPeek
mirror of
https://github.com/Timmoth/RackPeek.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
mavnezz-feature/git-webui-integration
Branches
Tags
#127-system-on-system
#186-ui-cleanup
#200-physical-connections
#206-system-ip
Blazor-Diagrams
Timmoth-patch-1
main
mavnezz-feature/git-webui-integration
staging
v1.0.0-prep
v1.0.0-release
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
Permalink
History
Raw
1
2
3
4
5
6
7
namespace Shared.Rcl.Components;
public enum ResourceType {
Hardware,
System,
Service
}