Feature: LubeLogger service widget (#4031)
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
Docs / Linting Checks (push) Waiting to run
Docs / Test Build (push) Blocked by required conditions
Docs / Build & Deploy (push) Blocked by required conditions

This commit is contained in:
shamoon
2024-09-23 23:25:12 -07:00
committed by GitHub
parent 8c1e50d9e7
commit 8c12afced5
8 changed files with 117 additions and 0 deletions

View File

@@ -442,6 +442,9 @@ export function cleanServiceGroups(groups) {
namespace,
podSelector,
// lubelogger
vehicleID,
// mjpeg
fit,
stream,
@@ -627,6 +630,9 @@ export function cleanServiceGroups(groups) {
if (type === "technitium") {
if (range !== undefined) cleanedService.widget.range = range;
}
if (type === "lubelogger") {
if (vehicleID !== undefined) cleanedService.widget.vehicleID = vehicleID;
}
}
return cleanedService;