Forráskód Böngészése

Remove UI version from About Modal

Sergiu Miclea 6 éve
szülő
commit
3bf166a42b
2 módosított fájl, 2 hozzáadás és 4 törlés
  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",
-  "version": "1.4.9",
+  "version": "1.5.0",
   "license": "AGPL-3.0",
   "scripts": {
     "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 />
                 <Text>
                   <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>
                     © {new Date().getFullYear()} Cloudbase Solutions. All Rights Reserved.