Currency list in settings
This commit is contained in:
parent
3da033cb06
commit
3225553d78
6 changed files with 94 additions and 22 deletions
|
|
@ -26,6 +26,11 @@
|
|||
<select class="form-control" ng-model="selectedUnit" ng-options="o.name for o in unitOpts" required>
|
||||
</select>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Alternative Currency</legend>
|
||||
<select class="form-control" ng-model="selectedAlternative" ng-options="alternative.name for alternative in alternativeOpts" required>
|
||||
</select>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Videoconferencing</legend>
|
||||
<input id="disableVideo-opt" type="checkbox" ng-model="disableVideo" class="form-control">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue