community: remove remaining premium wizard and admin surface

This commit is contained in:
a.tolmachev
2026-05-07 21:16:36 +00:00
parent 29f971c22d
commit ca9b86aada
15 changed files with 48 additions and 1278 deletions
+1 -7
View File
@@ -475,13 +475,7 @@ document.addEventListener('alpine:init', function() {
},
protocolLabel(operation) {
if (operation.protocol === 'rest') {
return operation.method ? ('REST · ' + operation.method) : 'REST';
}
if (operation.protocol === 'graphql') return 'GraphQL';
if (operation.protocol === 'websocket') return 'WebSocket';
if (operation.protocol === 'soap') return 'SOAP';
return 'gRPC';
return operation.method ? ('REST · ' + operation.method) : 'REST';
},
protocolClass(operation) {