Mercurial > hg > ugly-duckling
diff src/app/feature-extraction-menu/feature-extraction-menu.component.html @ 46:88052122ec01
Basic select box listing all outputs from available feature extractors a la Sonic Visualiser menus.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Mon, 05 Dec 2016 11:59:22 +0000 |
parents | 13f5f228ed98 |
children | 933c64ebcd13 |
line wrap: on
line diff
--- a/src/app/feature-extraction-menu/feature-extraction-menu.component.html Fri Dec 02 17:03:29 2016 +0000 +++ b/src/app/feature-extraction-menu/feature-extraction-menu.component.html Mon Dec 05 11:59:22 2016 +0000 @@ -1,7 +1,9 @@ -<select id="extractors"> +<select id="extractor-outputs"> <option selected></option> <option *ngFor="let extractor of extractors" value="{{extractor.key}}"> {{extractor.name}} </option> - </select> +<p> + <button md-raised-button color="primary">Extract</button> +</p>