Skip to content

Commit

Permalink
add ui flag for route only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Jul 31, 2023
1 parent 0d609d5 commit 1c4789b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions otoroshi/javascript/src/pages/DangerZonePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,15 @@ export class DangerZonePage extends Component {
'If enabled, otoroshi will send anonymous usage metrics to the Otoroshi team. Enabling this is the best way to contribute to Otoroshi improvement !',
},
},
initWithNewEngine: {
type: 'bool',
props: {
label: 'Routes only',
placeholder: '-',
help:
'If enabled, otoroshi will not display service descriptor related stuff anymore',
},
},
maxConcurrentRequests: {
type: 'number',
props: {
Expand Down Expand Up @@ -1119,6 +1128,7 @@ export class DangerZonePage extends Component {
'limitConcurrentRequests',
'trustXForwarded',
'anonymousReporting',
'initWithNewEngine',
'maxConcurrentRequests',
'maxHttp10ResponseSize',
'maxLogsSize',
Expand Down

0 comments on commit 1c4789b

Please sign in to comment.