Show info about hosted WebUI in "About" (#482)

This commit is contained in:
schroda
2023-11-27 19:14:43 +01:00
committed by GitHub
parent ee9811bf53
commit 259d1d87df
5 changed files with 93 additions and 32 deletions

View File

@@ -20,6 +20,11 @@ export const GET_ABOUT = gql`
revision
version
}
aboutWebUI {
channel
tag
updateAvailable
}
}
`;