File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
builder-api-proxy/habitat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ enable_builder_events = false
19
19
# Enable/Disable the builder events from SaaS
20
20
# The 'enable_builder_events' property also needs to be set to enable SaaS events.
21
21
enable_builder_events_saas = false
22
- enable_base = true
22
+ enable_base = false
23
23
# How we connect to the proxied backend API service.
24
24
# When true, connect to all backend API services via their IPs provided
25
25
# via the bind
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h3>Settings</h3>
26
26
27
27
< h3 > Latest</ h3 >
28
28
< div class ="sidebar-section " style ="margin-left: 12px; ">
29
- < section class ="latest-base " *ngIf ="isBaseChannelExist ">
29
+ < section class ="latest-stable " *ngIf ="isBaseChannelExist ">
30
30
< h3 style ="margin-bottom: 0px; "> {{ latestBase }}</ h3 >
31
31
< div *ngIf ="currentBase ">
32
32
< a [routerLink] ="['./', currentBase.ident.version, currentBase.ident.release] ">
You can’t perform that action at this time.
0 commit comments