Bläddra i källkod

Merge pull request #489 from smiclea/remove-version

Remove UI version from About Modal
Nashwan Azhari 6 år sedan
förälder
incheckning
ec2514d95c
2 ändrade filer med 2 tillägg och 4 borttagningar
  1. 1 1
      package.json
  2. 1 3
      src/components/pages/AboutModal/AboutModal.jsx

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "coriolis-web",
   "name": "coriolis-web",
-  "version": "1.4.9",
+  "version": "1.5.0",
   "license": "AGPL-3.0",
   "license": "AGPL-3.0",
   "scripts": {
   "scripts": {
     "start": "npm run env:dev && node server.js --dev",
     "start": "npm run env:dev && node server.js --dev",

+ 1 - 3
src/components/pages/AboutModal/AboutModal.jsx

@@ -125,9 +125,7 @@ class AboutModal extends React.Component<Props, State> {
                 <Logo />
                 <Logo />
                 <Text>
                 <Text>
                   <TextLine>
                   <TextLine>
-                    <span>Version {licenceStore.version || '-'}</span>
-                    <span>|</span>
-                    <LinkMock onClick={() => { logger.download() }} >Download API Log</LinkMock>
+                    <LinkMock onClick={() => { logger.download() }} >Download Web UI Log</LinkMock>
                   </TextLine>
                   </TextLine>
                   <TextLine>
                   <TextLine>
                     © {new Date().getFullYear()} Cloudbase Solutions. All Rights Reserved.
                     © {new Date().getFullYear()} Cloudbase Solutions. All Rights Reserved.