Remove use of isCustomDomain in tokens.html

This commit is contained in:
Girish Ramakrishnan
2018-01-10 14:13:43 -08:00
parent efc0a3b68d
commit 70a15d01c9
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
<div class="row">
<div class="col-xs-12">
<h4 class="text-muted">
{{client.name}} <span ng-show="client.type !== 'external' && client.type !== 'built-in'">on {{client.location}}{{ config.isCustomDomain ? '.' : '-' }}{{config.fqdn}}</span>
{{client.name}} <span ng-show="client.type !== 'external' && client.type !== 'built-in'">on {{client.domain}}</span>
</h4>
</div>
</div>