mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
admin page fixes
This commit is contained in:
parent
533ec88e74
commit
979d234178
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.13-rc.2",
|
||||
"version": "12.119.0-calc.13-rc.3",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -107,6 +107,7 @@ function save() {
|
||||
|
||||
const headerActions = $computed(() => [{
|
||||
asFullButton: true,
|
||||
icon: 'ph-test-tube-bold ph-lg',
|
||||
text: i18n.ts.testEmail,
|
||||
handler: testEmail,
|
||||
}, {
|
||||
|
@ -282,9 +282,11 @@ const headerActions = $computed(() => [{
|
||||
|
||||
const headerTabs = $computed(() => [{
|
||||
key: 'local',
|
||||
icon: 'ph-hand-fist-bold ph-lg',
|
||||
title: i18n.ts.local,
|
||||
}, {
|
||||
key: 'remote',
|
||||
icon: 'ph-planet-bold ph-lg',
|
||||
title: i18n.ts.remote,
|
||||
}]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user