diff --git a/package.json b/package.json index 051a3c34..5549b053 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "scripts": { "postinstall": "lerna bootstrap", - "test":"run-p -sn test:test-serializer test:uhk-common", + "test": "run-p -sn test:test-serializer test:uhk-common", "test:test-serializer": "lerna exec --scope test-serializer npm test", "test:uhk-common": "lerna exec --scope uhk-common npm test", "test:uhk-web": "lerna exec --scope uhk-web npm test", diff --git a/packages/uhk-web/package-lock.json b/packages/uhk-web/package-lock.json index 509b731a..9c01a930 100644 --- a/packages/uhk-web/package-lock.json +++ b/packages/uhk-web/package-lock.json @@ -412,6 +412,14 @@ "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" }, + "angular-confirmation-popover": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/angular-confirmation-popover/-/angular-confirmation-popover-3.2.0.tgz", + "integrity": "sha512-sScEbZe9INhHsIjjHXwnhsc+dBGnJlYACYZAKQ5edxVQOwaAynzDxAOAauxKWaL1y4CmxNYuc4Ax/6jAbs8SUA==", + "requires": { + "positioning": "1.3.1" + } + }, "angular-notifier": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/angular-notifier/-/angular-notifier-2.0.0.tgz", @@ -6868,6 +6876,11 @@ } } }, + "positioning": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/positioning/-/positioning-1.3.1.tgz", + "integrity": "sha512-9ac2qRSW1jAK2+MTZaAY/g1UKBBzSD6cfVq6ztKUW4zBcux/tCFq8FvDe4oen0Z3rfhZm4X1rwXaFrbLVrcC3Q==" + }, "postcss": { "version": "5.2.18", "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", diff --git a/packages/uhk-web/package.json b/packages/uhk-web/package.json index 8141c729..08a02b4c 100644 --- a/packages/uhk-web/package.json +++ b/packages/uhk-web/package.json @@ -39,6 +39,7 @@ "@types/jquery": "3.2.9", "@types/node-hid": "0.5.2", "@types/usb": "1.1.3", + "angular-confirmation-popover": "3.2.0", "angular-notifier": "2.0.0", "autoprefixer": "6.5.3", "bootstrap": "3.3.7", diff --git a/packages/uhk-web/src/app/components/device/settings/device-settings.component.html b/packages/uhk-web/src/app/components/device/settings/device-settings.component.html index 775ddef0..66f74632 100644 --- a/packages/uhk-web/src/app/components/device/settings/device-settings.component.html +++ b/packages/uhk-web/src/app/components/device/settings/device-settings.component.html @@ -6,8 +6,13 @@