From b78086787d1db92bd71be944b16ce169dcf0f64b Mon Sep 17 00:00:00 2001 From: KIRAN KASHALKAR Date: Wed, 19 Apr 2017 00:49:32 -0400 Subject: [PATCH 1/1] RIFT-15899: Launchpad UI - Add reference/link from About page to RIFT.io open-source-software-usage page Signed-off-by: KIRAN KASHALKAR --- skyquake/plugins/about/src/about.jsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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

-- 2.17.1