caas: remove hyphenatedSubdomains support

this is not used since ages now
This commit is contained in:
Girish Ramakrishnan
2020-08-15 18:35:51 -07:00
parent 9996e9a6d7
commit 6310a431dd
6 changed files with 8 additions and 35 deletions

View File

@@ -24,7 +24,7 @@
<input type="text" class="form-control" ng-model="appInstall.location" id="appInstallLocationInput" name="location" placeholder="Leave empty to use bare domain" autofocus>
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span>{{ (appInstall.location ? (appInstall.domain.config.hyphenatedSubdomains ? '-' : '.') : '') + appInstall.domain.domain }}</span>
<span>{{ (appInstall.location ? '.' : '') + appInstall.domain.domain }}</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right" role="menu">