Allow deeplinking into the mail view
This commit is contained in:
@@ -309,8 +309,8 @@
|
||||
|
||||
<br/>
|
||||
|
||||
<uib-tabset>
|
||||
<uib-tab index="0" heading="{{ 'email.incoming.tabTitle' | tr }}">
|
||||
<uib-tabset active="activeTab">
|
||||
<uib-tab index="'mailboxes'" select="setView('mailboxes')" heading="{{ 'email.incoming.tabTitle' | tr }}">
|
||||
<div class="card card-large" style="margin-bottom: 15px;">
|
||||
<h4>{{ 'email.incoming.title' | tr }}</h4>
|
||||
|
||||
@@ -477,7 +477,7 @@
|
||||
</div>
|
||||
</uib-tab>
|
||||
|
||||
<uib-tab index="1" heading="{{ 'email.outbound.tabTitle' | tr }}">
|
||||
<uib-tab index="'outbound'" select="setView('outbound')" heading="{{ 'email.outbound.tabTitle' | tr }}">
|
||||
<div class="card card-large" style="margin-bottom: 15px;">
|
||||
<h4>{{ 'email.outbound.title' | tr }} <sup><a ng-href="https://docs.cloudron.io/email/#relay-outbound-mails" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></h4>
|
||||
|
||||
@@ -576,7 +576,7 @@
|
||||
</div>
|
||||
</uib-tab>
|
||||
|
||||
<uib-tab index="2" heading="{{ 'email.settings.tabTitle' | tr }}">
|
||||
<uib-tab index="'settings'" select="setView('settings')" heading="{{ 'email.settings.tabTitle' | tr }}">
|
||||
<div class="card card-large" style="margin-bottom: 15px;">
|
||||
<h4>{{ 'email.masquerading.title' | tr }}</h4>
|
||||
|
||||
@@ -627,7 +627,7 @@
|
||||
</div>
|
||||
</uib-tab>
|
||||
|
||||
<uib-tab index="3" heading="{{ 'email.status.tabTitle' | tr }}">
|
||||
<uib-tab index="'status'" select="setView('status')" heading="{{ 'email.status.tabTitle' | tr }}">
|
||||
<!-- nothing to show if incoming mail is disabled and using a relay -->
|
||||
<div class="card card-large" style="margin-bottom: 15px;" ng-hide="!domain.mailConfig.enabled && domain.mailConfig.relay.provider !== 'cloudron-smtp'">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user