Committed by
Gerrit Code Review
Adding Url, description and logo for pathpainter application
Change-Id: Icb37373de2982cd5cf34718ace9233c0832f3674
Showing
2 changed files
with
7 additions
and
2 deletions
apps/pathpainter/app.png
0 → 100644
15.8 KB
... | @@ -34,8 +34,13 @@ | ... | @@ -34,8 +34,13 @@ |
34 | <properties> | 34 | <properties> |
35 | <onos.app.name>org.onosproject.pathpainter</onos.app.name> | 35 | <onos.app.name>org.onosproject.pathpainter</onos.app.name> |
36 | <onos.app.category>default</onos.app.category> | 36 | <onos.app.category>default</onos.app.category> |
37 | - <onos.app.url>http://onosproject.org</onos.app.url> | 37 | + <onos.app.url>https://wiki.onosproject.org/display/ONOS/Path+Painter+Application+GUI</onos.app.url> |
38 | - <onos.app.readme>Path visualization application.</onos.app.readme> | 38 | + <onos.app.readme> |
39 | + Path visualization application. | ||
40 | + Allows the user to visualize different types of paths between | ||
41 | + network entities such as switches and hosts. | ||
42 | + Selectable path types are shortest, disjoint and geographical. | ||
43 | + </onos.app.readme> | ||
39 | </properties> | 44 | </properties> |
40 | 45 | ||
41 | </project> | 46 | </project> | ... | ... |
-
Please register or login to post a comment