Skip to content

Commit

Permalink
For ticket #669
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdkrmabd committed Feb 19, 2025
1 parent 47ccf67 commit 6b896a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renderer/js/events/clusters.js
Original file line number Diff line number Diff line change
Expand Up @@ -12665,7 +12665,7 @@
}

for (let field of filterdFields) {
dataFieldsContainer.prepend($(getFieldElement()).show(function() {
dataFieldsContainer.append($(getFieldElement()).show(function() {
let row = $(this)

row.attr('data-original-field', 'true')
Expand Down Expand Up @@ -12859,7 +12859,7 @@
return
} catch (e) {}

dataFieldsContainer.prepend($(getFieldElement()).show(function() {
dataFieldsContainer.append($(getFieldElement()).show(function() {
let row = $(this)

setTimeout(() => {
Expand Down Expand Up @@ -13068,7 +13068,7 @@
field.type = extractData
} catch (e) {}

dataUDTFieldsContainer.prepend($(getFieldElement(keyspaceUDTs)).show(function() {
dataUDTFieldsContainer.append($(getFieldElement(keyspaceUDTs)).show(function() {
let row = $(this)

row.attr('data-original-field', 'true')
Expand Down Expand Up @@ -13234,7 +13234,7 @@
return
} catch (e) {}

dataUDTFieldsContainer.prepend($(getFieldElement(keyspaceUDTs)).show(function() {
dataUDTFieldsContainer.append($(getFieldElement(keyspaceUDTs)).show(function() {
let row = $(this)

setTimeout(() => {
Expand Down

0 comments on commit 6b896a0

Please sign in to comment.