Skip to content

Commit 23a2366

Browse files
Added Container and Firmware component types
1 parent 41c46f9 commit 23a2366

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/views/portfolio/projects/ComponentDetailsModal.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@
120120
{ value: 'APPLICATION', text: 'Application' },
121121
{ value: 'FRAMEWORK', text: 'Framework' },
122122
{ value: 'LIBRARY', text: 'Library' },
123+
{ value: 'CONTAINER', text: 'Container' },
123124
{ value: 'OPERATING_SYSTEM', text: 'Operating System' },
124125
{ value: 'DEVICE', text: 'Device' },
126+
{ value: 'FIRMWARE', text: 'Firmware' },
125127
{ value: 'FILE', text: 'File' }
126128
],
127129
selectableLicenses: [],

src/views/portfolio/projects/ProjectAddComponentModal.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@
102102
{ value: 'APPLICATION', text: 'Application' },
103103
{ value: 'FRAMEWORK', text: 'Framework' },
104104
{ value: 'LIBRARY', text: 'Library' },
105+
{ value: 'CONTAINER', text: 'Container' },
105106
{ value: 'OPERATING_SYSTEM', text: 'Operating System' },
106107
{ value: 'DEVICE', text: 'Device' },
108+
{ value: 'FIRMWARE', text: 'Firmware' },
107109
{ value: 'FILE', text: 'File' }
108110
],
109111
selectableLicenses: [],

0 commit comments

Comments
 (0)