File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/sdk/frontend/public/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ <h3 v-if="group.label" class="bu-mb-4" data-test-id="sdk-control-label">
4242 placement ="right "
4343 :tooltip-class ="getData[key].tooltipClass ">
4444 </ cly-tooltip-icon >
45- < el-button v-if ="getData[key].enforced === false " @click ="enforce(key) " type ="default " size ="small " icon ="fas fa-unlock ">
45+ < el-button v-if ="getData[key].enforced === false && key !== 'bom_preset' " @click ="enforce(key) " type ="default " size ="small " icon ="fas fa-unlock ">
4646 Not Enforced
4747 </ el-button >
48- < el-button v-if ="getData[key].enforced === true " @click ="reverseEnforce(key) " type ="success " size ="small " icon ="fas fa-lock ">
48+ < el-button v-if ="getData[key].enforced === true && key !== 'bom_preset' " @click ="reverseEnforce(key) " type ="success " size ="small " icon ="fas fa-lock ">
4949 Enforced
5050 </ el-button >
5151 </ p >
You can’t perform that action at this time.
0 commit comments