From aab255ac4b184e5e4abd55b401fc130dec0f2e62 Mon Sep 17 00:00:00 2001 From: Vishal Kumar Singh Date: Thu, 23 Apr 2026 10:42:54 +0530 Subject: [PATCH] fix(vcs): restore installation ID column on project Git settings The project Settings Git table listed owner and last updated time only, so the Appwrite installation id was not visible even though the API still returns it. I added the column back using the same copyable id tag as elsewhere in the console. Fixes #1895 --- .../settings/updateInstallations.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte b/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte index 5d61cf6a46..be535037a1 100644 --- a/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte +++ b/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte @@ -1,7 +1,7 @@