aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/bom_view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bom_view.html b/templates/bom_view.html
index 2606217..cbd3474 100644
--- a/templates/bom_view.html
+++ b/templates/bom_view.html
@@ -12,7 +12,7 @@
<th>elements
<th>manufacturer
<th>mpn
- <th>function
+ <th>description
<th>form_factor
<th>specs
<th>category
@@ -25,7 +25,7 @@
<td>{{ range .Elements }}{{ if . }}{{ . }} {{ end }}{{ end }}
<td>{{ .Manufacturer }}
<td>{{ .Mpn }}
- <td>{{ .Function }}
+ <td>{{ .Description }}
<td>{{ .FormFactor }}
<td>{{ .Specs }}
<td>{{ .Category }}