Make deploy button texts configurable from config.ts

This commit is contained in:
Kristóf Tóth
2018-10-02 11:26:39 +02:00
parent b3f7e65413
commit 79a4017386
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -44,6 +44,7 @@ export class IdeComponent implements OnInit {
codeState = CodeState.SAVED;
deployButtonState = DeployButtonState.DEPLOYED;
deployButtonText = config.ide.deployButtonText;
showDeployButton: boolean = config.ide.showDeployButton;
autosave = null;