X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fabout%2Fsrc%2Fabout.jsx;h=c02afc52a6120c8c656affe5072b5a26197ddcf0;hb=0e6ae9b24f70eaa4498003976a0f9b783c6e5aea;hp=64587641bcb099de376350c871f034bf71913983;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/about/src/about.jsx b/skyquake/plugins/about/src/about.jsx index 64587641b..c02afc52a 100644 --- a/skyquake/plugins/about/src/about.jsx +++ b/skyquake/plugins/about/src/about.jsx @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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,9 +120,8 @@ class About extends React.Component { if (this.state != null) { var html = (
- {uptimeComponent}
-

Version Info

+

RIFT.ware Version Info

@@ -135,6 +151,7 @@ class About extends React.Component {
+ {uptimeComponent}

Component Info

@@ -156,6 +173,36 @@ class About extends React.Component {
+ {fossInfoComponent} +
+

RIFT.ware Copyright

+ + + + + + + + + + + + + +
+ Open Source Version + + (c) Copyright 2014 – {new Date().getUTCFullYear()} RIFT.io Inc., All rights reserved + + https://open.riftio.com/ +
+ Commercial Version + + (c) Copyright 2014 – {new Date().getUTCFullYear()} RIFT.io Inc., All rights reserved + + https://riftio.com/contact/ +
+
); } else {