show email help in a documentation dropdown

This commit is contained in:
Girish Ramakrishnan
2021-12-02 14:49:35 -08:00
parent 5a35284f98
commit 3f33497c8e
11 changed files with 63 additions and 54 deletions

View File

@@ -787,6 +787,12 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
});
};
$scope.howToConnectInfo = {
show: function () {
$('#howToConnectInfoModal').modal('show');
}
};
Client.onReady(function () {
$scope.isAdminDomain = $scope.config.adminDomain === domainName;