commit | 9bb8fb976df46e6053dec3c940e787b635dda8c1 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Fri May 26 16:49:05 2017 -0700 |
committer | Simon Hunt <simon@onlab.us> | Fri May 26 16:49:05 2017 -0700 |
tree | 788124f157c0f733b9d0d7e728dbc099708a94ea | |
parent | 34327016ceafb6bf7b2079c9a2de971687fadffa [diff] |
Added CLI command ui-geo-map-list. Change-Id: I867db6fe82fb94f1083beaf3e661aa0d692b1865
diff --git a/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml index bd4a2ca..51f11ab 100644 --- a/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -32,6 +32,9 @@ <command> <action class="org.onosproject.ui.impl.topo.cli.UiCacheLinksCommand"/> </command> + <command> + <action class="org.onosproject.ui.impl.topo.cli.UiGeoMapListCommand"/> + </command> </command-bundle> <!--<bean id="macIDCompleter" class="org.onosproject.dhcp.cli.MacIdCompleter"/>-->