diff --git a/src/client/app/admin/views/federation.vue b/src/client/app/admin/views/federation.vue index b60ce8924..9e57fe748 100644 --- a/src/client/app/admin/views/federation.vue +++ b/src/client/app/admin/views/federation.vue @@ -3,10 +3,10 @@
{{ $t('federation') }}
- + {{ $t('host') }} - {{ $t('lookup') }} + {{ $t('lookup') }}
@@ -115,7 +115,7 @@ {{ $t('status') }}
- {{ instance.host }} + {{ instance.host }} {{ instance.notesCount | number }} {{ instance.usersCount | number }} {{ instance.followingCount | number }} @@ -233,9 +233,9 @@ export default Vue.extend({ }, methods: { - showInstance() { + showInstance(target?: string) { this.$root.api('federation/show-instance', { - host: this.target + host: target || this.target }).then(instance => { if (instance == null) { this.$root.dialog({