From 037b07712d5a1b5e489f397feeff6dc844a55717 Mon Sep 17 00:00:00 2001 From: Moby von Briesen Date: Tue, 30 May 2023 15:06:45 -0400 Subject: [PATCH] satellite/console: Disable all projects dashboard by default Waiting for basic table view support before enabling https://github.com/storj/storj/issues/5927 Change-Id: I48388f733138b5aa784c7b2fd3c4d3c813b9e40f --- satellite/console/consoleweb/server.go | 2 +- scripts/testdata/satellite-config.yaml.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index 94ae41a5e..6c25df4c8 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -92,7 +92,7 @@ type Config struct { LinksharingURL string `help:"url link for linksharing requests within the application" default:"https://link.storjsatelliteshare.io" devDefault:"http://localhost:8001"` PublicLinksharingURL string `help:"url link for linksharing requests for external sharing" default:"https://link.storjshare.io" devDefault:"http://localhost:8001"` PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"` - AllProjectsDashboard bool `help:"indicates if all projects dashboard should be used" default:"true"` + AllProjectsDashboard bool `help:"indicates if all projects dashboard should be used" default:"false"` GeneratedAPIEnabled bool `help:"indicates if generated console api should be used" default:"false"` OptionalSignupSuccessURL string `help:"optional url to external registration success page" default:""` HomepageURL string `help:"url link to storj.io homepage" default:"https://www.storj.io"` diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index bb796e903..6c8eac65c 100755 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -173,7 +173,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.address: :10100 # indicates if all projects dashboard should be used -# console.all-projects-dashboard: true +# console.all-projects-dashboard: false # default duration for AS OF SYSTEM TIME # console.as-of-system-time-duration: -5m0s