File tree Expand file tree Collapse file tree
plugins/remote-config/frontend/public/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 < div class ="cly-vue-drawer-step__section ">
1212 < cly-form-field name ="parameter-key " v-slot ="validation " :label ="i18n('remote-config.parameter-key') " rules ="required|regex:^[a-zA-Z_][a-zA-Z0-9_]*$ ">
1313 < el-input
14+ test-id ="parameter-key-input "
1415 v-model ="drawerScope.editedObject.parameter_key "
1516 maxlength ="256 "
1617 :placeholder ="i18n('remote-config.parameter-key.placeholder') ">
4748 v-model ="defaultValue "
4849 :fetch-suggestions ="querySearch "
4950 :placeholder ="i18n('remote-config.default-value.placeholder') "
51+ test-id ="default-value-input "
5052 >
5153 < el-button type ="text " slot ="suffix " @click ="openJsonEditor " class ="cly-vue-remote-config-parameters-drawer__autocomplete-button "> { }</ el-button >
5254 </ el-autocomplete >
Original file line number Diff line number Diff line change 3232 < div class ="cly-vue-remote-config-conditions-drawer__margin-bottom "
3333 :data-test-id ="'datatable-remote-config-parameter-' + rowScope.$index "> {{rowScope.row.parameter_key}}
3434 </ div >
35- < div v-if ="isDrillEnabled " class ="color-cool-gray-40 text-small "> < span >
35+ < div v-if ="isDrillEnabled " class ="color-cool-gray-40 text-small "> < span :data-test-id =" 'datatable-remote-config-number-of-condition-' + rowScope.$index " >
3636 {{getNumberOfConditionsText(rowScope.row.conditions)}} </ span > </ div >
3737 </ div >
3838 </ template >
You can’t perform that action at this time.
0 commit comments