You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-05 21:44:00 +03:00
Contextual host type colors
This commit is contained in:
@@ -42,10 +42,11 @@ module.exports = Mn.View.extend({
|
||||
}));
|
||||
} else {
|
||||
view.showChildView('list_region', new EmptyView({
|
||||
title: 'There are no Proxy Hosts',
|
||||
subtitle: 'Why don\'t you create one?',
|
||||
link: 'Add Proxy Host',
|
||||
action: function () {
|
||||
title: 'There are no Proxy Hosts',
|
||||
subtitle: 'Why don\'t you create one?',
|
||||
link: 'Add Proxy Host',
|
||||
btn_color: 'success',
|
||||
action: function () {
|
||||
Controller.showNginxProxyForm();
|
||||
}
|
||||
}));
|
||||
|
Reference in New Issue
Block a user