satellite/console: Enable all projects dashboard by default
Now that the table view has been implemented, the all projects dashboard is ready to be turned on everywhere. https://github.com/storj/storj/issues/5872 Change-Id: Iead684bf7d326d36d4d323eb63a3ed520602b4dc
This commit is contained in:
parent
676178299f
commit
6268c75d3f
@ -93,7 +93,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:"false"`
|
||||
AllProjectsDashboard bool `help:"indicates if all projects dashboard should be used" default:"true"`
|
||||
LimitsAreaEnabled bool `help:"indicates whether limit card section of the UI is enabled" 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:""`
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -176,7 +176,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: false
|
||||
# console.all-projects-dashboard: true
|
||||
|
||||
# default duration for AS OF SYSTEM TIME
|
||||
# console.as-of-system-time-duration: -5m0s
|
||||
|
Loading…
Reference in New Issue
Block a user