Merge pull request 'Inventory/check: remove not set fields from inventory' (#2594) from hsjobeki/clan-core:hsjobeki-main into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2594
This commit is contained in:
hsjobeki
2024-12-11 08:54:22 +00:00

View File

@@ -1,15 +1,7 @@
{ {
"meta": {
"name": "clan-core",
"description": null,
"icon": null
},
"machines": { "machines": {
"test-inventory-machine": { "test-inventory-machine": {
"name": "foo", "name": "foo",
"deploy": {
"targetHost": null
},
"description": "A nice thing", "description": "A nice thing",
"icon": "./path/to/icon.png", "icon": "./path/to/icon.png",
"tags": ["1", "2", "3"] "tags": ["1", "2", "3"]
@@ -50,9 +42,7 @@
"packages": { "packages": {
"editors": { "editors": {
"meta": { "meta": {
"name": "Some editor packages", "name": "Some editor packages"
"description": null,
"icon": null
}, },
"roles": { "roles": {
"default": { "default": {
@@ -74,9 +64,7 @@
}, },
"browsing": { "browsing": {
"meta": { "meta": {
"name": "Web browsing packages", "name": "Web browsing packages"
"description": null,
"icon": null
}, },
"roles": { "roles": {
"default": { "default": {
@@ -101,9 +89,7 @@
"single-disk": { "single-disk": {
"default": { "default": {
"meta": { "meta": {
"name": "single-disk", "name": "single-disk"
"description": null,
"icon": null
}, },
"roles": { "roles": {
"default": { "default": {