mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 10:12:41 +00:00
Rename config.ide.reloadIframeOnDeploy.. to match new options
This commit is contained in:
parent
3af98a0c19
commit
ce192891d8
@ -27,7 +27,7 @@ export const config = {
|
|||||||
defaultLanguage: 'text',
|
defaultLanguage: 'text',
|
||||||
deployProcessName: 'webservice',
|
deployProcessName: 'webservice',
|
||||||
showDeployButton: true,
|
showDeployButton: true,
|
||||||
reloadIframeOnDeployButtonClick: true,
|
reloadIframeOnDeploy: true,
|
||||||
showConsoleOnDeploy: true,
|
showConsoleOnDeploy: true,
|
||||||
},
|
},
|
||||||
terminal: {
|
terminal: {
|
||||||
|
@ -50,7 +50,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
this.deploymentNotificationSubscription = this.deploymentNotificationService.deploying.subscribe(
|
this.deploymentNotificationSubscription = this.deploymentNotificationService.deploying.subscribe(
|
||||||
(deploying) => {
|
(deploying) => {
|
||||||
this.deploying = deploying;
|
this.deploying = deploying;
|
||||||
if (!deploying && config.ide.reloadIframeOnDeployButtonClick) {
|
if (!deploying && config.ide.reloadIframeOnDeploy) {
|
||||||
this.reloadIframe();
|
this.reloadIframe();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user