1. Allow to work behind port forwarding 03/1103/1
authorGennadiy Dubina <gennadiy.dubina@dataart.com>
Mon, 13 Feb 2017 09:01:23 +0000 (11:01 +0200)
committerGennadiy Dubina <gennadiy.dubina@dataart.com>
Mon, 13 Feb 2017 09:04:00 +0000 (11:04 +0200)
commit6f5b417dfbeddcd8d452dcf156f75c293f22b74c
treeae87bea801d19b42819ca7bf69b6e2f05d9175ba
parent37c9d56c7c9460074e582c639c6277d661797018
1. Allow to work behind port forwarding
   - use request's port instead of hardcoded
2. Support deployemnt separately from SO:
   - add api_server as app parameter
   - remove unnecesary using on client side

Signed-off-by: Gennadiy Dubina <gennadiy.dubina@dataart.com>
15 files changed:
skyquake/framework/utils/utils.js
skyquake/framework/widgets/JSONViewer/JSONViewer.scss
skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js
skyquake/plugins/accounts/src/account/accountSource.js
skyquake/plugins/composer/api/composer.js
skyquake/plugins/composer/src/src/components/filemanager/FileManagerSource.js
skyquake/plugins/composer/src/src/libraries/PackageManagerApi.js
skyquake/plugins/composer/src/src/sources/RiftHeaderSource.js
skyquake/plugins/launchpad/src/createSource.js
skyquake/plugins/launchpad/src/launchpadFleetSource.js
skyquake/plugins/launchpad/src/recordViewer/recordViewSource.js
skyquake/plugins/launchpad/src/topologyL2View/topologyL2Source.js
skyquake/plugins/launchpad/src/topologyView/topologySource.js
skyquake/plugins/launchpad/src/vnfr/vnfrSource.js
skyquake/skyquake.js