Skip to content

Commit

Permalink
changing editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Dec 23, 2023
1 parent 8f573d0 commit fe7e8d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dynamic-mapping-ui/src/mapping-tree/tree.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class MappingTreeComponent implements OnInit {
mainMenuBar: true,
navigationBar: false,
statusBar: false,
readOnly:true,
readOnly:false,
name: 'root'
};
this.loadMappingTree();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export class MappingStepperComponent implements OnInit {
mainMenuBar: true,
navigationBar: false,
statusBar: false,
readOnly:false,
name: "message",
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ export class JsonEditor2Component implements OnInit, OnDestroy {
items.findIndex((i) => i["text"] === "table"),
1
);
items.splice(
items.findIndex((i) => i["className"] === "jse-sort"),
1
);
// items.splice(
// items.findIndex((i) => i["className"] === "jse-sort"),
// 1
// );
items.splice(
items.findIndex((i) => i["className"] === "jse-transform"),
1
Expand Down
Binary file modified resources/image/Generic_Mapping_TestDevices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe7e8d1

Please sign in to comment.