mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update AdminInstances component
This commit is contained in:
parent
aba1e13d43
commit
ec2fdd61f7
1 changed files with 9 additions and 4 deletions
|
@ -251,10 +251,11 @@
|
|||
</div>
|
||||
<div>
|
||||
<b-button
|
||||
variant="secondary"
|
||||
@click="showInstanceModal = false"
|
||||
variant="link-dark"
|
||||
size="sm"
|
||||
@click="onViewMoreInstance"
|
||||
>
|
||||
Close
|
||||
View More
|
||||
</b-button>
|
||||
<b-button
|
||||
variant="primary"
|
||||
|
@ -885,8 +886,12 @@
|
|||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
onViewMoreInstance() {
|
||||
this.showInstanceModal = false;
|
||||
window.location.href = '/i/admin/instances/show/' + this.instanceModal.id
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue