Skip to content

Commit 7520139

Browse files
Reverted latest-stable class name and enable_base flag to false
Signed-off-by: sougata-progress <[email protected]>
1 parent 621387d commit 7520139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/builder-api-proxy/habitat/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enable_builder_events = false
1919
# Enable/Disable the builder events from SaaS
2020
# The 'enable_builder_events' property also needs to be set to enable SaaS events.
2121
enable_builder_events_saas = false
22-
enable_base = true
22+
enable_base = false
2323
# How we connect to the proxied backend API service.
2424
# When true, connect to all backend API services via their IPs provided
2525
# via the bind

components/builder-web/app/package/package-sidebar/package-sidebar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>Settings</h3>
2626

2727
<h3>Latest</h3>
2828
<div class="sidebar-section" style="margin-left: 12px;">
29-
<section class="latest-base" *ngIf="isBaseChannelExist">
29+
<section class="latest-stable" *ngIf="isBaseChannelExist">
3030
<h3 style="margin-bottom: 0px;"> {{ latestBase }}</h3>
3131
<div *ngIf="currentBase">
3232
<a [routerLink]="['./', currentBase.ident.version, currentBase.ident.release]">

0 commit comments

Comments
 (0)