File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
plugins/plugins/frontend/public/templates Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,13 @@ <h3 v-if="predefinedStructure[selectedConfig].groups.length > 1 || group.label"
5151 v-for ="key in group.list " :key ="key "
5252 class ="bu-columns bu-is-vcentered bu-p-5 config-section ">
5353 < div class ="bu-column bu-is-7 ">
54- < div class ="bu-has-text-weight-medium bu-is-flex bu-is-align-items-center config-section__header " :data-test-id =" 'settings-title-label-' + key.toLowerCase().replaceAll('_', '-') " >
54+ < div class ="bu-has-text-weight-medium bu-is-flex bu-is-align-items-center config-section__header ">
5555 < div >
56- < span class ="bu-mr-2 "> {{ getLabelName(key) }} </ span >
56+ < span class ="bu-mr-2 " :data-test-id =" 'settings-title-label-' + key.toLowerCase().replaceAll('_', '-') " > {{ getLabelName(key) }} </ span >
5757 </ div >
58- < div class ="bu-is-flex bu-is-align-items-center ">
58+ < div
59+ class ="bu-is-flex bu-is-align-items-center "
60+ >
5961 < div
6062 v-for ="(tag, index) in getWarningTags(selectedConfig, key) "
6163 :key ="index "
You can’t perform that action at this time.
0 commit comments