mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
change server verbiage to system
This commit is contained in:
@@ -27,7 +27,7 @@ export async function copyToClipboard(content: string) {
|
||||
}
|
||||
}
|
||||
|
||||
export const updateServerList = () => {
|
||||
export const updateSystemList = () => {
|
||||
pb.collection<SystemRecord>('systems')
|
||||
.getFullList({ sort: '+name' })
|
||||
.then((records) => {
|
||||
|
||||
Reference in New Issue
Block a user