use instance host as placeholder for name
This commit is contained in:
@@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
<div class="fnfelxur">
|
<div class="fnfelxur">
|
||||||
<!-- TODO copy the alt text stuff from reports UI PR -->
|
<!-- TODO copy the alt text stuff from reports UI PR -->
|
||||||
<img v-if="faviconUrl" :src="faviconUrl" alt="" class="icon"/>
|
<img v-if="faviconUrl" :src="faviconUrl" alt="" class="icon"/>
|
||||||
<span class="name">{{ instance.name || `(${i18n.ts.unknown})` }}</span>
|
<span class="name">{{ instance.name || instance.host }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; flex-direction: column; gap: 1em;">
|
<div style="display: flex; flex-direction: column; gap: 1em;">
|
||||||
<MkKeyValue :copy="host" oneline>
|
<MkKeyValue :copy="host" oneline>
|
||||||
|
|||||||
Reference in New Issue
Block a user