From b1cc085e8dc72eb1c04ebe49981e1e61698792e3 Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Thu, 2 May 2019 16:40:19 +0200 Subject: [PATCH] Role service-nginx-meshviewer: add domain servers --- roles/service-nginx-meshviewer/templates/config.js.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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 }}'