Skip to content

Commit

Permalink
Update Portal information (#23)
Browse files Browse the repository at this point in the history
* Update Portal information
  • Loading branch information
fouille authored Sep 4, 2024
1 parent 9f2cff0 commit 9e1c79d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tippy.js": "^6.3.7",
"webpack-auto-inject-version-next": "^1.2.4"
},
"version": "1.0.10",
"version": "1.0.11",
"description": "Wazo Plugin Deploy FMW",
"name": "wazo-plugin-deploy-fmw",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion public/assets/js/index.80c586ea67dff55c2554.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/assets/js/index.e3c007990e12c11a3985.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifestVersion": "0.1",
"version": "1.0.10",
"version": "1.0.11",
"id": "fmw-wazo-plugin-deploy",
"packageName": "io.wazo.portal.pbx-dashboard",
"productType": "portal",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,8 @@ const get_admin_type = () => {
const context = app.getContext();
// console.log(context);
tenant_uuid = context.app.extra.tenant;
host = 'https://' + context.app.extra.instance.host;
token_session = context.app.extra.instance.session.token;
host = 'https://' + context.app.extra.stack.host;
token_session = context.app.extra.stack.session.token;

const options = {
method: 'GET',
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifestVersion": "0.1",
"version": "1.0.10",
"version": "1.0.11",
"id": "fmw-wazo-plugin-deploy",
"packageName": "io.wazo.portal.pbx-dashboard",
"productType": "portal",
Expand Down

0 comments on commit 9e1c79d

Please sign in to comment.