@using AIStudio.Settings @inherits LayoutComponentBase @if (!this.performingUpdate) { @foreach (var navBarItem in NAV_ITEMS) { if (this.SettingsManager.ConfigurationData.NavigationBehavior is NavBehavior.NEVER_EXPAND_USE_TOOLTIPS) { @navBarItem.Name } else { @navBarItem.Name } } } @if (!this.performingUpdate && this.IsUpdateAlertVisible) {
An update to version @this.updateToVersion is available. Show details
} @if (!this.performingUpdate) { @this.Body } Please wait for the update to complete...