Inventory/check: remove not set fields from inventory

This commit is contained in:
Johannes Kirschbauer
2024-12-11 09:46:13 +01:00
committed by hsjobeki
parent 6970e3e10d
commit a4a43254c1

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": {