diff --git a/Dockerfile b/Dockerfile index 53fbf9f7..6a40a719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM node:12-alpine RUN apk add git && git clone https://github.com/sipcapture/homer-ui /app WORKDIR /app -RUN npm install && npm install -g @angular/cli +RUN npm install && npm install -g @angular/cli@8.3.14 CMD ["ng","build"] diff --git a/angular.json b/angular.json index ed03aebd..9fd4ce28 100644 --- a/angular.json +++ b/angular.json @@ -23,7 +23,9 @@ }, "assets": [ "src/favicon.ico", - "src/assets" + "src/assets", + { "glob": "worker-javascript.js", "input": "./d /ace-builds/src-min/", "output": "/" }, + { "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" } ], "styles": [ "src/styles.scss" @@ -37,7 +39,9 @@ "node_modules/ace-builds/src-min/mode-javascript.js", "node_modules/ace-builds/src-min/worker-html.js", "node_modules/ace-builds/src-min/worker-css.js", - "node_modules/ace-builds/src-min/worker-javascript.js" + "node_modules/ace-builds/src-min/worker-javascript.js", + "node_modules/ace-builds/src-min/mode-json.js", + "node_modules/ace-builds/src-min/worker-json.js" ] }, "configurations": { @@ -184,11 +188,15 @@ "node_modules/ace-builds/src-min/mode-javascript.js", "node_modules/ace-builds/src-min/worker-html.js", "node_modules/ace-builds/src-min/worker-css.js", - "node_modules/ace-builds/src-min/worker-javascript.js" + "node_modules/ace-builds/src-min/worker-javascript.js", + "node_modules/ace-builds/src-min/mode-json.js", + "node_modules/ace-builds/src-min/worker-json.js" ], "assets": [ "src/favicon.ico", - "src/assets" + "src/assets", + { "glob": "worker-javascript.js", "input": "./d /ace-builds/src-min/", "output": "/" }, + { "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" } ] } }, diff --git a/package-lock.json b/package-lock.json index 334c7207..75da4f89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homer-ui", - "version": "7.7.0", + "version": "7.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8626307..68f03a34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homer-ui", - "version": "7.7.0", + "version": "7.8.1", "scripts": { "ng": "ng", "start": "ng serve --port 80", diff --git a/src/VERSION.ts b/src/VERSION.ts index f16c6166..257f4734 100644 --- a/src/VERSION.ts +++ b/src/VERSION.ts @@ -1 +1 @@ -export const VERSION = '7.8.0'; +export const VERSION = '7.8.1'; diff --git a/src/app/components/preference/dialogs/dialog-advanced/dialog-advanced.component.html b/src/app/components/preference/dialogs/dialog-advanced/dialog-advanced.component.html index 178eb42b..320ac5d6 100644 --- a/src/app/components/preference/dialogs/dialog-advanced/dialog-advanced.component.html +++ b/src/app/components/preference/dialogs/dialog-advanced/dialog-advanced.component.html @@ -21,7 +21,7 @@ Data