Skip to content

Commit

Permalink
satellite/console: Enable gallery view and limits area by default (#6177
Browse files Browse the repository at this point in the history
)
  • Loading branch information
littleskunk committed Aug 14, 2023
1 parent b9206b1 commit 792bb11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions satellite/console/consoleweb/server.go
Expand Up @@ -101,14 +101,14 @@ type Config struct {
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"`
LimitsAreaEnabled bool `help:"indicates whether limit card section of the UI is enabled" default:"false"`
LimitsAreaEnabled bool `help:"indicates whether limit card section of the UI is enabled" default:"true"`
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"`
NativeTokenPaymentsEnabled bool `help:"indicates if storj native token payments system is enabled" default:"false"`
PricingPackagesEnabled bool `help:"whether to allow purchasing pricing packages" default:"false" devDefault:"true"`
NewUploadModalEnabled bool `help:"whether to show new upload modal" default:"false"`
GalleryViewEnabled bool `help:"whether to show new gallery view" default:"false"`
GalleryViewEnabled bool `help:"whether to show new gallery view" default:"true"`
UseVuetifyProject bool `help:"whether to use vuetify POC project" default:"false"`
VuetifyHost string `help:"the subdomain the vuetify POC project should be hosted on" default:""`

Expand Down
4 changes: 2 additions & 2 deletions scripts/testdata/satellite-config.yaml.lock
Expand Up @@ -275,7 +275,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
# console.frontend-enable: true

# whether to show new gallery view
# console.gallery-view-enabled: false
# console.gallery-view-enabled: true

# url link for gateway credentials requests
# console.gateway-credentials-request-url: https://auth.storjsatelliteshare.io
Expand All @@ -296,7 +296,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
# console.let-us-know-url: https://storjlabs.atlassian.net/servicedesk/customer/portals

# indicates whether limit card section of the UI is enabled
# console.limits-area-enabled: false
# console.limits-area-enabled: true

# url link for linksharing requests within the application
# console.linksharing-url: https://link.storjsatelliteshare.io
Expand Down

0 comments on commit 792bb11

Please sign in to comment.