Răsfoiți Sursa

Remove UI version from About Modal

Sergiu Miclea 6 ani în urmă
părinte
comite
3bf166a42b
2 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  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.