Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
  • Loading branch information
mherwege committed Jan 6, 2025
1 parent 785f5b2 commit 11f0531
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ export default {
text: 'Insert "' + this.itemLabel(node.item) +
'" into "' + this.itemLabel(parentNode.item) +
'" as',
verticalButtons: true,
buttons: [
verticalButtons: true,
buttons: [
{ text: 'Cancel', color: 'gray', onClick: () => this.restoreModelUpdate() },
{ text: 'Equipment', onClick: () => this.addEquipment(node, parentNode) },
{ text: 'Point', onClick: () => this.addPoint(node, parentNode) }
Expand All @@ -257,8 +257,8 @@ export default {
text: 'Insert "' + this.itemLabel(node.item) +
'" into "' + this.itemLabel(parentNode.item) +
'" as',
verticalButtons: true,
buttons: [
verticalButtons: true,
buttons: [
{ text: 'Cancel', color: 'gray', onClick: () => this.restoreModelUpdate() },
{ text: 'Equipment', onClick: () => this.addEquipment(node, parentNode) },
{ text: 'Point', onClick: () => this.addPoint(node, parentNode) }
Expand Down Expand Up @@ -290,8 +290,8 @@ export default {
text: 'Insert "' + this.itemLabel(node.item) +
'" into "' + this.itemLabel(parentNode.item) +
'" as',
verticalButtons: true,
buttons: [
verticalButtons: true,
buttons: [
{ text: 'Cancel', color: 'gray', onClick: () => this.restoreModelUpdate() },
{ text: 'Location', onClick: () => this.addLocation(node, parentNode) },
{ text: 'Equipment', onClick: () => this.addEquipment(node, parentNode) },
Expand All @@ -304,8 +304,8 @@ export default {
text: 'Insert "' + this.itemLabel(node.item) +
'" into "' + this.itemLabel(parentNode.item) +
'" as',
verticalButtons: true,
buttons: [
verticalButtons: true,
buttons: [
{ text: 'Cancel', color: 'gray', onClick: () => this.restoreModelUpdate() },
{ text: 'Equipment', onClick: () => this.addEquipment(node, parentNode) },
{ text: 'Point', onClick: () => this.addPoint(node, parentNode) },
Expand Down Expand Up @@ -401,8 +401,8 @@ export default {
'" dragged from group "' + this.itemLabel(parentNode.item) +
'" into "' + this.itemLabel(this.moveState.newParent.item) +
'", keep original?',
verticalButtons: true,
buttons: [
verticalButtons: true,
buttons: [
{ text: 'Cancel', color: 'gray', onClick: () => this.restoreModelUpdate() },
{ text: 'Keep', onClick: () => this.updateAfterRemove() },
{ text: 'Remove', onClick: () => this.remove(node, parentNode, oldIndex) }
Expand Down

0 comments on commit 11f0531

Please sign in to comment.