Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Included Stack Overflow answer to build a custom gui2 app inside Documentation section.

...


https://github.com/opennetworkinglab/onos/tree/master/web/gui2

https://github.com/opennetworkinglab/onos/tree/master/web/gui2-fw-lib

https://github.com/opennetworkinglab/onos/tree/master/web/gui2-topo-lib


There is also an external documentation (in the form of Stack Overflow answer) to build a custom gui2 app using source code with two types of implementations. The link for the same is below :-

https://stackoverflow.com/questions/62698926/getting-error-while-clicking-on-custom-gui-navigation-item-in-onos-2-4-0


Archetype

For creating a new GUI2 application inside ONOS - please use the ui2 archetype
General Instructions at https://wiki.onosproject.org/display/ONOS/Template+Application+Tutorial
and the UI2 archetype is at https://github.com/opennetworkinglab/onos/tree/master/tools/package/archetypes/ui2

...