Support hyphenated subdomains in install and configure dialogs

This commit is contained in:
Johannes Zellner
2018-08-22 17:19:40 +02:00
parent 53a34d9352
commit 0871403c0a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
{{ (!appConfigure.location ? '' : (appConfigure.domain.provider !== 'caas' ? '.' : '-')) + appConfigure.domain.domain }}
{{ (!appConfigure.location ? '' : (appConfigure.domain.config.hyphenatedSubdomains ? '-' : '.')) + appConfigure.domain.domain }}
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right" role="menu">