Allow deeplinking of domains into email view

This commit is contained in:
Johannes Zellner
2018-04-09 18:00:08 +02:00
parent 9acde7fe86
commit 8565130166
3 changed files with 37 additions and 3 deletions

View File

@@ -231,7 +231,7 @@
<div class="text-left">
<h1>
Email
<select class="form-control pull-right" style="display: inline-block; width: 200px;" ng-model="selectedDomain" ng-options="a.domain for a in domains" ng-change="refreshDomain()"></select>
<select class="form-control pull-right" style="display: inline-block; width: 200px;" ng-model="selectedDomain" ng-options="a.domain for a in domains" ng-change="selectDomain()"></select>
</h1>
</div>