mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-07 18:03:33 +00:00
Finalizes SSL Passthrough hosts
This commit is contained in:
@@ -253,7 +253,7 @@ module.exports = {
|
||||
*
|
||||
* @param model
|
||||
*/
|
||||
showNginxSslPassthroughConfirm: function (model) {
|
||||
showNginxSslPassthroughDeleteConfirm: function (model) {
|
||||
if (Cache.User.isAdmin() || Cache.User.canManage('ssl_passthrough_hosts')) {
|
||||
require(['./main', './nginx/ssl-passthrough/delete'], function (App, View) {
|
||||
App.UI.showModalDialog(new View({model: model}));
|
||||
|
Reference in New Issue
Block a user