Commit 18b64ea90d72754904e7ae4b6e091e62bbaa7784
1 parent
de367e7f
Exists in
dev
fix typo controller
Showing
2 changed files
with
18 additions
and
1 deletions
Show diff stats
... | ... | @@ -0,0 +1,17 @@ |
1 | +- attribute: | |
2 | + key: manufacturer | |
3 | + is_container: False | |
4 | + value: unknown | |
5 | + is_editable: False | |
6 | + unit: "" | |
7 | + label: manufacturer | |
8 | + description: "" | |
9 | + | |
10 | +- attribute: | |
11 | + key: model | |
12 | + is_container: False | |
13 | + value: unknown | |
14 | + unit: "" | |
15 | + is_editable: False | |
16 | + label: "model" | |
17 | + description: "" | ... | ... |