Fix Cove workstation/server type heuristic
This commit is contained in:
parent
a0abd3d58e
commit
06abd8c7a3
@ -28,7 +28,7 @@ _COVE_DATASOURCE_LABELS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_COVE_M365_CODES = {"D19", "D20", "D05", "D5", "D23"}
|
_COVE_M365_CODES = {"D19", "D20", "D05", "D5", "D23"}
|
||||||
_COVE_SERVER_CODES = {"D02", "D2", "D10", "D11"}
|
_COVE_SERVER_CODES = {"D10", "D11"}
|
||||||
|
|
||||||
|
|
||||||
def _parse_cove_datasource_codes(raw: str | None) -> list[str]:
|
def _parse_cove_datasource_codes(raw: str | None) -> list[str]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user