Revision 56475
Added by Andreas Mantas over 4 years ago
modules/uoa-repository-dashboard-gui/branches/development/src/app/pages/adminPg/registration.component.html | ||
---|---|---|
74 | 74 |
<div class="uk-margin"> |
75 | 75 |
<div class="uk-form-label uk-text-large">Datasource Type</div> |
76 | 76 |
<div class="uk-form-controls"> |
77 |
<label><input class="uk-radio" type="radio" value="" (change)="handleChange()" formControlName="typology"> |
|
78 |
Any</label><br> |
|
77 | 79 |
<!-- <label><input class="uk-radio" type="radio" value="Literature" (change)="handleChange()" formControlName="typology">--> |
78 | 80 |
<!-- Literature</label><br>--> |
79 | 81 |
<!-- <label><input class="uk-radio" type="radio" value="Data" (change)="handleChange()" formControlName="typology">--> |
Also available in: Unified diff
Registration Admin Page: added datasource type filter "Any"