diff --git a/package.json b/package.json index a83069b..4fa6faa 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@types/auth0-lock": "^10.16.0", "@types/history": "^4.6.0", "@types/jest": "^19.2.4", + "@types/lodash": "^4.14.69", "@types/prop-types": "^15.5.1", "@types/react": "^15.0.38", "@types/react-addons-test-utils": "^0.14.19", @@ -72,6 +73,7 @@ "history": "^4.6.3", "immutable": "^3.8.1", "inversify": "^4.2.0", + "lodash": "^4.17.4", "prop-types": "^15.5.10", "react": "^15.6.1", "react-dom": "^15.6.1", diff --git a/public/asset/image/overFlow_CI_blue_180.png b/public/asset/image/overFlow_CI_blue_180.png new file mode 100644 index 0000000..98833b7 Binary files /dev/null and b/public/asset/image/overFlow_CI_blue_180.png differ diff --git a/public/index.html b/public/index.html index e09ea73..526580b 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,7 @@ -
+
\ No newline at end of file diff --git a/src/ts/@overflow/app/views/layout/LogoBar.tsx b/src/ts/@overflow/app/views/layout/LogoBar.tsx index acb3e38..5a5ad68 100644 --- a/src/ts/@overflow/app/views/layout/LogoBar.tsx +++ b/src/ts/@overflow/app/views/layout/LogoBar.tsx @@ -28,8 +28,8 @@ export class LogoBar extends React.Component { - {/* */} + {/* */} { @@ -30,11 +30,11 @@ export class TargetDetailLayout extends React.Component { const sub = [ { 'name': 'Info', - 'path': this.state.currUrl + 'info', + 'path': this.state.currUrl + '', }, { - 'name': 'History', - 'path': this.state.currUrl + 'history', + 'name': 'Sensor', + 'path': this.state.currUrl + '/sensor', }, ]; return ( @@ -45,7 +45,7 @@ export class TargetDetailLayout extends React.Component { - +