NM-209: allow darwin clients to use inetgw, update email templates to use logo in png format (#3860)

* NM-209: allow darwin clients to use inetgw

* update email templates to use logo in png format

* NM-209: fix email logo

* NM-209: add spacing
This commit is contained in:
Abhishek Kondur
2026-02-11 01:39:32 +04:00
committed by GitHub
parent b935e3795a
commit e475c1d57d
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -359,9 +359,6 @@ func ValidateInetGwReq(inetNode models.Node, req models.InetNodeReq, update bool
if clientHost.IsDefault {
return errors.New("default host cannot be set to use internet gateway")
}
if clientHost.OS != models.OS_Types.Linux && clientHost.OS != models.OS_Types.Windows {
return errors.New("can only attach linux or windows machine to a internet gateway")
}
if clientNode.IsInternetGateway {
return fmt.Errorf("node %s acting as internet gateway cannot use another internet gateway", clientHost.Name)
}