From 1ce782694b81f437ac2747a28f6541a01355600b Mon Sep 17 00:00:00 2001 From: mgianluc Date: Thu, 3 Oct 2024 13:32:39 +0200 Subject: [PATCH 1/2] Change Repo URL Poin to addon controller repo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2982509..cc9bd34 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/projectsveltos/dashboard" + "url": "https://github.com/projectsveltos/addon-controller" }, "description": "Sveltos User interface dashboard", "scripts": { From 446c6e8864097505bd5a1c257bef8b065cb3f7c8 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Thu, 3 Oct 2024 13:47:56 +0200 Subject: [PATCH 2/2] Fix URL --- package.json | 2 +- src/config/app.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cc9bd34..2982509 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/projectsveltos/addon-controller" + "url": "https://github.com/projectsveltos/dashboard" }, "description": "Sveltos User interface dashboard", "scripts": { diff --git a/src/config/app.ts b/src/config/app.ts index 642ae9b..88d9283 100644 --- a/src/config/app.ts +++ b/src/config/app.ts @@ -21,8 +21,8 @@ interface AppConfig { export const appConfig: AppConfig = { name: "Sveltos", github: { - title: "dashboard", - url: "https://github.com/projectsveltos/dashboard", + title: "Sveltos", + url: "https://github.com/projectsveltos/addon-controller", }, defaultType: sveltosClusterValue, defaultPage: 1,