mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
bump go version and add keyword
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
module beszel
|
module beszel
|
||||||
|
|
||||||
go 1.24.4
|
go 1.25.1
|
||||||
|
|
||||||
// lock shoutrrr to specific version to allow review before updating
|
// lock shoutrrr to specific version to allow review before updating
|
||||||
replace github.com/nicholas-fedor/shoutrrr => github.com/nicholas-fedor/shoutrrr v0.8.8
|
replace github.com/nicholas-fedor/shoutrrr => github.com/nicholas-fedor/shoutrrr v0.8.8
|
||||||
|
@@ -121,6 +121,7 @@ export default memo(function CommandPalette({ open, setOpen }: { open: boolean;
|
|||||||
{SettingsShortcut}
|
{SettingsShortcut}
|
||||||
</CommandItem>
|
</CommandItem>
|
||||||
<CommandItem
|
<CommandItem
|
||||||
|
keywords={[t`Universal token`]}
|
||||||
onSelect={() => {
|
onSelect={() => {
|
||||||
navigate(getPagePath($router, "settings", { name: "tokens" }))
|
navigate(getPagePath($router, "settings", { name: "tokens" }))
|
||||||
setOpen(false)
|
setOpen(false)
|
||||||
|
Reference in New Issue
Block a user