#4605 fix-4304

Merged
ychao_1983 merged 2 commits from fix-4304 into V20230808 9 months ago
  1. +2
    -0
      models/unit.go

+ 2
- 0
models/unit.go View File

@@ -85,6 +85,7 @@ var (
UnitTypeCloudBrain,
UnitTypeBlockChain,
UnitTypeModelManage,
UnitTypeHPC,
}

// DefaultRepoUnits contains the default unit types
@@ -98,6 +99,7 @@ var (
UnitTypeCloudBrain,
UnitTypeBlockChain,
UnitTypeModelManage,
UnitTypeHPC,
}

// NotAllowedDefaultRepoUnits contains units that can't be default


Loading…
Cancel
Save