}
:
diff --git a/client/src/templates/mosaico/List.js b/client/src/templates/mosaico/List.js
index 414ea2f2..5e53ea56 100644
--- a/client/src/templates/mosaico/List.js
+++ b/client/src/templates/mosaico/List.js
@@ -7,7 +7,7 @@ import {
Icon
} from '../../lib/bootstrap-components';
import {
- ButtonDropdownLink,
+ DropdownLink,
NavDropdown,
requiresAuthenticatedUser,
Title,
@@ -121,8 +121,8 @@ export default class List extends Component {
{this.state.createPermitted &&
- {t('blank')}
- {t('versafixOne')}
+ {t('blank')}
+ {t('versafixOne')}
}
diff --git a/client/src/users/CUD.js b/client/src/users/CUD.js
index 2a313e06..153db387 100644
--- a/client/src/users/CUD.js
+++ b/client/src/users/CUD.js
@@ -5,7 +5,7 @@ import PropTypes
from 'prop-types';
import {withTranslation} from '../lib/i18n';
import {
- NavButton,
+ LinkButton,
requiresAuthenticatedUser,
Title,
withPageHelpers
@@ -249,7 +249,7 @@ export default class CUD extends Component {
diff --git a/client/src/users/List.js b/client/src/users/List.js
index ed3b7581..f0caeef5 100644
--- a/client/src/users/List.js
+++ b/client/src/users/List.js
@@ -3,7 +3,7 @@
import React, {Component} from "react";
import {withTranslation} from '../lib/i18n';
import {
- NavButton,
+ LinkButton,
requiresAuthenticatedUser,
Title,
Toolbar,
@@ -74,7 +74,7 @@ export default class List extends Component {
{tableRestActionDialogRender(this)}
-
+
{t('users')}
diff --git a/mvis/client/package-lock.json b/mvis/client/package-lock.json
index 8feb11f7..7c091af7 100644
--- a/mvis/client/package-lock.json
+++ b/mvis/client/package-lock.json
@@ -1263,6 +1263,22 @@
}
}
},
+ "@babel/polyfill": {
+ "version": "7.2.5",
+ "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.2.5.tgz",
+ "integrity": "sha512-8Y/t3MWThtMLYr0YNC/Q76tqN1w30+b0uQMeFUYauG2UGTR19zyUtFrAzT23zNtBxPp+LbE5E/nwV/q/r3y6ug==",
+ "requires": {
+ "core-js": "^2.5.7",
+ "regenerator-runtime": "^0.12.0"
+ },
+ "dependencies": {
+ "regenerator-runtime": {
+ "version": "0.12.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz",
+ "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg=="
+ }
+ }
+ },
"@babel/preset-env": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.2.3.tgz",
@@ -1414,6 +1430,26 @@
}
}
},
+ "@coreui/coreui": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@coreui/coreui/-/coreui-2.1.5.tgz",
+ "integrity": "sha512-wHmfvLYgdzFDsaNT0hCs2UTTEjfSbHDmUxYC74cbe1Z5QvgId4Fco4sN/slNA3bYd+OUp6f8lR4BVtPD2AU8gQ==",
+ "requires": {
+ "@babel/polyfill": "^7.2.5",
+ "@coreui/coreui-plugin-npm-postinstall": "^1.0.2",
+ "bootstrap": "^4.2.1"
+ }
+ },
+ "@coreui/coreui-plugin-npm-postinstall": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/@coreui/coreui-plugin-npm-postinstall/-/coreui-plugin-npm-postinstall-1.0.2.tgz",
+ "integrity": "sha512-yeeoWp+bNS84nP1977Y8UCiQ9pssO+f4QuVj3i0/gYZFjjvOgxx0dnyWhtowD5sLYnCRMPlPpqyjwXze3SlkYg=="
+ },
+ "@fortawesome/fontawesome-free": {
+ "version": "5.6.3",
+ "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.6.3.tgz",
+ "integrity": "sha512-s5PLdI9NYgjBvfrv6rhirPHlAHWx+Sfo/IjsAeiXYfmemC/GSjwsyz1wLnGPazbLPXWfk62ks980o9AmsxYUEQ=="
+ },
"@webassemblyjs/ast": {
"version": "1.7.11",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz",
@@ -2014,6 +2050,11 @@
"integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
"dev": true
},
+ "bootstrap": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.2.1.tgz",
+ "integrity": "sha512-tt/7vIv3Gm2mnd/WeDx36nfGGHleil0Wg8IeB7eMrVkY0fZ5iTaBisSh8oNANc2IBsCc6vCgCNTIM/IEN0+50Q=="
+ },
"boxen": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
@@ -2672,8 +2713,7 @@
"core-js": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.1.tgz",
- "integrity": "sha512-L72mmmEayPJBejKIWe2pYtGis5r0tQ5NaJekdhyXgeMQTpJoBsH0NL4ElY2LfSoV15xeQWKQ+XTTOZdyero5Xg==",
- "dev": true
+ "integrity": "sha512-L72mmmEayPJBejKIWe2pYtGis5r0tQ5NaJekdhyXgeMQTpJoBsH0NL4ElY2LfSoV15xeQWKQ+XTTOZdyero5Xg=="
},
"core-util-is": {
"version": "1.0.2",
@@ -3861,14 +3901,12 @@
"balanced-match": {
"version": "1.0.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -3883,20 +3921,17 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"core-util-is": {
"version": "1.0.2",
@@ -4013,8 +4048,7 @@
"inherits": {
"version": "2.0.3",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"ini": {
"version": "1.3.5",
@@ -4026,7 +4060,6 @@
"version": "1.0.0",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -4041,7 +4074,6 @@
"version": "3.0.4",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
@@ -4049,14 +4081,12 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@@ -4075,7 +4105,6 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -4156,8 +4185,7 @@
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"object-assign": {
"version": "4.1.1",
@@ -4169,7 +4197,6 @@
"version": "1.4.0",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"wrappy": "1"
}
@@ -4291,7 +4318,6 @@
"version": "1.0.2",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
diff --git a/mvis/client/package.json b/mvis/client/package.json
index b43a8df6..3685649b 100644
--- a/mvis/client/package.json
+++ b/mvis/client/package.json
@@ -7,8 +7,8 @@
"js": "webpack",
"watch-js": "webpack --watch",
"css": "npm-run-all --sequential css-compile css-minify",
- "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 ../ivis-core/client/src/scss/ivis.scss ../ivis-core/client/dist/ivis.css",
- "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output ../ivis-core/client/dist/ivis.min.css ../ivis-core/client/dist/ivis.css",
+ "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 ../ivis-core/client/src/scss/ivis.scss dist/ivis.css",
+ "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output dist/ivis.min.css dist/ivis.css",
"watch-css": "nodemon --watch ../ivis-core/client/src/scss -e scss -x \"npm run css\"",
"watch": "node ../ivis-core/client/pre-build.js && npm-run-all --parallel watch-css watch-js",
"build": "node ../ivis-core/client/pre-build.js && npm-run-all --parallel css js"
diff --git a/mvis/client/src/styles.scss b/mvis/client/src/styles.scss
index 363f422d..e69de29b 100644
--- a/mvis/client/src/styles.scss
+++ b/mvis/client/src/styles.scss
@@ -1,3 +0,0 @@
-:global .navbar-custom .navbar-header .navbar-brand {
- width: 200px;
-}
\ No newline at end of file
diff --git a/mvis/ivis-core b/mvis/ivis-core
index 43735807..4aae36e4 160000
--- a/mvis/ivis-core
+++ b/mvis/ivis-core
@@ -1 +1 @@
-Subproject commit 43735807e7594f3b8a75f0c58122ef2a913c6053
+Subproject commit 4aae36e44f1332bdbd063a107604fbf55e78ae91