We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dd2e1 commit a0070a9Copy full SHA for a0070a9
frontend/src/pages/team/Brokers/index.vue
@@ -23,7 +23,7 @@
23
</template>
24
25
<template #tools>
26
- <section v-if="!loading && shouldDisplayTools" class="flex gap-3 flex-wrap">
+ <section v-if="!loading && shouldDisplayTools && featuresCheck.isExternalMqttBrokerFeatureEnabled" class="flex gap-3 flex-wrap">
27
<ff-listbox
28
v-if="brokers.length > 1"
29
v-model="activeBrokerId"
0 commit comments