Grafana Dashboard service completed

This commit is contained in:
David Mydlarz
2022-09-09 00:17:47 +09:00
parent ef91441c76
commit 7df532fa72
8 changed files with 93 additions and 2 deletions

View File

@@ -350,6 +350,13 @@ export async function configureServiceType({
}
}
});
} else if (type === 'grafana') {
await prisma.service.update({
where: { id },
data: {
type
}
});
} else {
await prisma.service.update({
where: { id },