Skip to content

Commit

Permalink
feat: add network explorer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Russ committed Nov 22, 2023
1 parent 3464e42 commit 7a6a52c
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions packages/open-scd/public/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ export const officialPlugins = [
default: true,
kind: 'editor',
},
{
name: 'Network Explorer',
src: 'https://sprinteins.github.io/oscd-plugins/network-explorer/index.js',
icon: 'lan',
default: true,
kind: 'editor',
},
{
name: 'Type Switcher',
src: 'https://sprinteins.github.io/oscd-plugins/type-switcher/index.js',
Expand All @@ -34,13 +41,13 @@ export const officialPlugins = [
default: true,
kind: 'editor',
},
{
name: 'Single Line Diagram',
src: '/src/editors/SingleLineDiagram.js',
icon: 'edit',
default: false,
kind: 'editor',
},
// {
// name: 'Single Line Diagram',
// src: '/src/editors/SingleLineDiagram.js',
// icon: 'edit',
// default: false,
// kind: 'editor',
// },
{
name: 'Subscriber Message Binding (GOOSE)',
src: '/src/editors/GooseSubscriberMessageBinding.js',
Expand Down

0 comments on commit 7a6a52c

Please sign in to comment.