This commit is contained in:
lvuch 2019-07-18 15:12:07 -07:00
parent 872122f677
commit 75a7d5fe34
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="text-small {{if textMuted 'text-muted' }} clip">
<div class="{{if textMuted 'text-muted' }} clip">
{{#if (and model.externalIpAddress (not-eq model.externalIpAddress model.ipAddress))}}
{{#copy-to-clipboard clipboardText=model.externalIpAddress size="small"}}
{{format-ip model.externalIpAddress}}