Implemented container helper status checked. Started implementing container helper ui. Improved update modal
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace Moonlight.Shared.Http.Responses.Admin;
|
||||
|
||||
public record ContainerHelperStatusDto(bool IsEnabled, bool IsReachable);
|
||||
Reference in New Issue
Block a user