diff --git a/threagile-builder/src/threagile_builder/static/lib/block_mirror/toolbars.js b/threagile-builder/src/threagile_builder/static/lib/block_mirror/toolbars.js index 72a85c3..1f6a696 100644 --- a/threagile-builder/src/threagile_builder/static/lib/block_mirror/toolbars.js +++ b/threagile-builder/src/threagile_builder/static/lib/block_mirror/toolbars.js @@ -22,28 +22,28 @@ TOOLBOX_CATEGORY.DATA_ASSETS = { name: "Data Assets", colour: "DATA_ASSETS", blocks: [ "data_assets:", " Some Data Asset:", - " id: some-data-asset", + " id: some-data-asset", ] }; TOOLBOX_CATEGORY.TECHNICAL_ASSETS = { name: "Technical Assets", colour: "TECHNICAL_ASSETS", blocks: [ "technical_assets:", " Some Technical Asset:", - " id: some-technical-asset", + " id: some-technical-asset", ] }; TOOLBOX_CATEGORY.COMMUNICATION_LINKS = { name: "Communication Links", colour: "COMMUNICATION_LINKS", blocks: [ "communication_links:", - " foo: text", - " bar: text", + " Some Communication Link:", + " id: some-communication-link", ] }; TOOLBOX_CATEGORY.TRUST_BOUNDARIES = { name: "Trust Boundaries", colour: "TRUST_BOUNDARIES", blocks: [ "trust_boundaries:", - " foo: text", - " bar: text", + " Some Trust Boundary:", + " id: some-trust-boundary", ] }; TOOLBOX_CATEGORY.VARIABLES = { name: 'Variables', colour: 'VARIABLES', custom: 'VARIABLE' };