Fix for Bug 1495 NG-UI does not start on Air-gapped environments. 52/10652/9
authorBarath Kumar R <barath.r@tataelxsi.co.in>
Fri, 16 Apr 2021 08:04:06 +0000 (13:34 +0530)
committerrbara <barath.r@tataelxsi.co.in>
Fri, 16 Apr 2021 14:04:57 +0000 (16:04 +0200)
commit1245fc89f257bdc1c8db06d1f9f57e0e2eb760e2
tree0478e8d8d9701408799e1e1fe4a7cab2ed6d08ef
parenta22c8631bb481d0bfcf39d72630d57a5846d20ff
Fix for Bug 1495 NG-UI does not start on Air-gapped environments.

 * Removed external access URL.
 * Need to add the location latitude & longitude manually.

Change-Id: I08392af62431b36c7ce312fcfa8820861790ed34
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
17 files changed:
nginx/nginx.conf
proxy.conf.json
src/app/utilities/vim-accounts-action/VimAccountsActionComponent.html
src/app/vim-accounts/info-vim/InfoVimComponent.html
src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.html
src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts
src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.ts
src/assets/i18n/de.json
src/assets/i18n/en.json
src/assets/i18n/es.json
src/assets/i18n/pt.json
src/assets/scss/app.scss
src/environments/environment.prod.ts
src/environments/environment.ts
src/models/CommonModel.ts
src/models/VimAccountModel.ts
src/services/SharedService.ts