Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N21-1336 FEATURE_COMPUTE_TOOL_STATUS_WITHOUT_VERSIONS_ENABLED #697

Merged
merged 5 commits into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,11 @@ configuration_all:
server: true
client: true
nuxtclient: false

FEATURE_COMPUTE_TOOL_STATUS_WITHOUT_VERSIONS_ENABLED:
value: "true"
server: true
client: false
nuxtclient: false
FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED:
value: "false"
server: true
Expand Down