ui: trim community streaming surface

This commit is contained in:
a.tolmachev
2026-05-03 18:03:23 +00:00
parent 82b7b7278e
commit 20598ff5dc
11 changed files with 104 additions and 40 deletions
+5
View File
@@ -187,6 +187,11 @@ function updateWizardProtocolVisibility() {
if (grpcTools) grpcTools.hidden = wizardProtocol !== 'grpc';
updateStreamingModeOptions();
updateStreamingConfigVisibility();
if (typeof window.renderEditionCapabilityHints === 'function'
&& window.CrankWizardState
&& typeof window.CrankWizardState.currentEditionCapabilities === 'function') {
window.renderEditionCapabilityHints(window.CrankWizardState.currentEditionCapabilities());
}
}
function showWizardLiveStatus(title, text, isError) {