Skip to content

Commit

Permalink
Merge pull request #20 from erssebaggala/fix_mismatch_btw_in_and_out_dir
Browse files Browse the repository at this point in the history
Fix mismatch btw in and out directory when processing cm dumps
  • Loading branch information
erssebaggala authored May 29, 2019
2 parents 95b20e3 + a7a74c0 commit b9c9a58
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BTS-CE-Lite",
"version": "0.1.0",
"version": "0.1.1",
"description": "BTS-CE-Lite is a telecommunication network management application",
"private": true,
"homepage": "./",
Expand Down Expand Up @@ -106,7 +106,7 @@
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"replace-in-file": "^4.0.0",
"replace-in-file": "https://github.com/erssebaggala/replace-in-file.git",
"sqlite3": "^4.0.6",
"terser-webpack-plugin": "1.2.2",
"typeorm": "^0.2.16",
Expand Down
4 changes: 2 additions & 2 deletions src/modules/cm/ProcessCMDumps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class ProcessCMDumps extends React.Component {
super(props);

this.state = {
outputFolderText: this.props.inputFolder === null ? "Choose folder..." : this.props.inputFolder,
inputFileText: this.props.outputFolder === null ? "Choose folder..." : this.props.outputFolder,
inputFileText: this.props.inputFolder === null ? "Choose folder..." : this.props.inputFolder,
outputFolderText: this.props.outputFolder === null ? "Choose folder..." : this.props.outputFolder,
vendors: ['ERICSSON', 'HUAWEI', 'ZTE', 'NOKIA'],
currentVendor: 'ERICSSON',
currentFormat: 'BULKCM',
Expand Down
2 changes: 1 addition & 1 deletion src/modules/layout/UILayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class UILayout extends React.Component {

<Navbar.Group align={Alignment.LEFT}>
<img src={logo} width="50px" alt="BTS-CE-Lite" /> &nbsp;&nbsp;&nbsp;
<Navbar.Heading>BTS-CE-Lite <span className="version bp3-text-muted">v{"0.1.0"}</span></Navbar.Heading>
<Navbar.Heading>BTS-CE-Lite <span className="version bp3-text-muted">v{"0.1.1"}</span></Navbar.Heading>
</Navbar.Group>
<Navbar.Group align={Alignment.RIGHT}>
<Button className={Classes.MINIMAL} icon="home" text="Home"
Expand Down
23 changes: 14 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15087,14 +15087,14 @@ replace-ext@1.0.0:
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=

replace-in-file@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-4.0.0.tgz#824c04b453f8eaa617aa47f133e99dcbc8b19368"
integrity sha512-qbKJSOYMVSRzd10d0dOsGZoKQFMV17c2Vns9HH64pAYuPQO4xyDvwUOro2wYOk4kkerooTKbPSD6ETSdlHspuQ==
"replace-in-file@https://github.com/erssebaggala/replace-in-file.git":
version "3.4.2"
resolved "https://github.com/erssebaggala/replace-in-file.git#3b330ce3948b895a9d904d563b3c36263000e679"
dependencies:
chalk "^2.4.2"
glob "^7.1.3"
yargs "^13.2.2"
chalk "^2.4.1"
glob "^7.1.2"
rw-stream "^0.3.0"
yargs "^12.0.1"

request-promise-core@1.1.2:
version "1.1.2"
Expand Down Expand Up @@ -15527,6 +15527,11 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rw-stream@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/rw-stream/-/rw-stream-0.3.0.tgz#36fc3036d587f5d14cead583b33ed799e6c88afd"
integrity sha512-l9Biu1dKNjBdL8WS/lRjWLqET4TpOGTWaMYUoqHAa//2lBqiUnjfdV9whRqqbFGEdDBpcrmKWmpCmlLMsu4T9Q==

rw@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4"
Expand Down Expand Up @@ -18702,7 +18707,7 @@ yargs@12.0.2:
y18n "^3.2.1 || ^4.0.0"
yargs-parser "^10.1.0"

yargs@13.2.2, yargs@^13.0.0, yargs@^13.2.1, yargs@^13.2.2:
yargs@13.2.2, yargs@^13.0.0, yargs@^13.2.1:
version "13.2.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
integrity sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA==
Expand Down Expand Up @@ -18737,7 +18742,7 @@ yargs@^11.0.0:
y18n "^3.2.1"
yargs-parser "^9.0.2"

yargs@^12.0.2, yargs@^12.0.5:
yargs@^12.0.1, yargs@^12.0.2, yargs@^12.0.5:
version "12.0.5"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
Expand Down

0 comments on commit b9c9a58

Please sign in to comment.