mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 13:21:21 +02:00
Changing default view of the new GUI to the Topology View.
Change-Id: I99366a65bbdb91c221e70c6a0f3614c6ee319878
This commit is contained in:
parent
b0a3dd6136
commit
ef646764d5
@ -56,9 +56,9 @@ public class UiExtensionManager implements UiExtensionService {
|
|||||||
|
|
||||||
// Creates core UI extension
|
// Creates core UI extension
|
||||||
private static UiExtension createCoreExtension() {
|
private static UiExtension createCoreExtension() {
|
||||||
List<UiView> coreViews = of(new UiView("sample", "Sample"),
|
List<UiView> coreViews = of(new UiView("topo", "Topology View"),
|
||||||
new UiView("topo", "Topology View"),
|
new UiView("device", "Devices"),
|
||||||
new UiView("device", "Devices"));
|
new UiView("sample", "Sample"));
|
||||||
UiMessageHandlerFactory messageHandlerFactory =
|
UiMessageHandlerFactory messageHandlerFactory =
|
||||||
() -> ImmutableList.of(
|
() -> ImmutableList.of(
|
||||||
new TopologyViewMessageHandler()
|
new TopologyViewMessageHandler()
|
||||||
|
@ -36,9 +36,9 @@
|
|||||||
// view IDs.. note the first view listed is loaded at startup
|
// view IDs.. note the first view listed is loaded at startup
|
||||||
var viewIds = [
|
var viewIds = [
|
||||||
// {INJECTED-VIEW-IDS-START}
|
// {INJECTED-VIEW-IDS-START}
|
||||||
'sample',
|
|
||||||
'topo',
|
'topo',
|
||||||
'device',
|
'device',
|
||||||
|
'sample',
|
||||||
// {INJECTED-VIEW-IDS-END}
|
// {INJECTED-VIEW-IDS-END}
|
||||||
|
|
||||||
// dummy entry
|
// dummy entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user