mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-07 16:30:52 +08:00
Feature: arcane service widget (#6274)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
@@ -258,6 +258,9 @@ export function cleanServiceGroups(groups) {
|
||||
highlight,
|
||||
type,
|
||||
|
||||
// arcane
|
||||
env,
|
||||
|
||||
// azuredevops
|
||||
repositoryId,
|
||||
userEmail,
|
||||
@@ -472,6 +475,10 @@ export function cleanServiceGroups(groups) {
|
||||
if (repositoryId) widget.repositoryId = repositoryId;
|
||||
}
|
||||
|
||||
if (type === "arcane") {
|
||||
if (env !== undefined) widget.env = env;
|
||||
}
|
||||
|
||||
if (type === "beszel") {
|
||||
if (systemId) widget.systemId = systemId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user