diff --git a/roles/service-nginx-meshviewer/templates/config.js.j2 b/roles/service-nginx-meshviewer/templates/config.js.j2 index 09e765e..fa8206c 100644 --- a/roles/service-nginx-meshviewer/templates/config.js.j2 +++ b/roles/service-nginx-meshviewer/templates/config.js.j2 @@ -87,6 +87,10 @@ module.exports = function () { ], 'domainNames': [ {% for mesh in meshes %} + { + 'domain': 'servers', + 'name': 'Server' + }, { 'domain': '{{ mesh.domain_code }}', 'name': '{{ mesh.domain_name }}'