Role service-nginx-meshviewer: add domain servers
This commit is contained in:
parent
dcc4e4b9b5
commit
b1cc085e8d
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ module.exports = function () {
|
|||
],
|
||||
'domainNames': [
|
||||
{% for mesh in meshes %}
|
||||
{
|
||||
'domain': 'servers',
|
||||
'name': 'Server'
|
||||
},
|
||||
{
|
||||
'domain': '{{ mesh.domain_code }}',
|
||||
'name': '{{ mesh.domain_name }}'
|
||||
|
|
Loading…
Reference in a new issue