From: KIRAN KASHALKAR Date: Wed, 19 Apr 2017 04:49:32 +0000 (-0400) Subject: RIFT-15899: Launchpad UI - Add reference/link from About page to RIFT.io open-source... X-Git-Tag: v2.0.0~5 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=b78086787d1db92bd71be944b16ce169dcf0f64b RIFT-15899: Launchpad UI - Add reference/link from About page to RIFT.io open-source-software-usage page Signed-off-by: KIRAN KASHALKAR --- diff --git a/skyquake/plugins/about/src/about.jsx b/skyquake/plugins/about/src/about.jsx index 64587641b..1a43aa480 100644 --- a/skyquake/plugins/about/src/about.jsx +++ b/skyquake/plugins/about/src/about.jsx @@ -62,6 +62,23 @@ class About extends React.Component { // If in the mission control, create an uptime table; var uptime = this.state.createTime && this.state.createTime; + var fossInfoComponent = ( +
+

FOSS Info

+ + + + + + +
+ + Click here for FOSS Info (requires Internet connection) + +
+
+ ); + var uptimeComponent = (

Uptime Info

@@ -103,6 +120,7 @@ class About extends React.Component { if (this.state != null) { var html = (
+ {fossInfoComponent} {uptimeComponent}

Version Info