Skip to content

Commit

Permalink
Feat(core): add ComputerVirtualMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Sep 10, 2024
1 parent b01f781 commit ef693e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unrelease]

## Added

- add ```ComputerVirtualMachine```

## [1.21.12] - 2024-09-06

### Fixed
Expand Down
1 change: 1 addition & 0 deletions inc/toolbox.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ public static function getGlpiItemtypes(): array
NetworkPort::class,
Notification::class,
NotificationTemplate::class,
ComputerVirtualMachine::class,
];

$all_itemtypes = [
Expand Down

0 comments on commit ef693e1

Please sign in to comment.