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>
|
||||||
<div>
|
<div>
|
||||||
<b-button
|
<b-button
|
||||||
variant="secondary"
|
variant="link-dark"
|
||||||
@click="showInstanceModal = false"
|
size="sm"
|
||||||
|
@click="onViewMoreInstance"
|
||||||
>
|
>
|
||||||
Close
|
View More
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-button
|
<b-button
|
||||||
variant="primary"
|
variant="primary"
|
||||||
|
@ -885,8 +886,12 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
|
onViewMoreInstance() {
|
||||||
|
this.showInstanceModal = false;
|
||||||
|
window.location.href = '/i/admin/instances/show/' + this.instanceModal.id
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue