diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/ServerTemplateEditor.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/ServerTemplateEditor.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/ServerTemplateEditor.java b/java/src/IceGridGUI/Application/ServerTemplateEditor.java index 91a7203d926..2b43d966d65 100755 --- a/java/src/IceGridGUI/Application/ServerTemplateEditor.java +++ b/java/src/IceGridGUI/Application/ServerTemplateEditor.java @@ -58,6 +58,10 @@ class ServerTemplateEditor extends TemplateEditor _applyButton.setEnabled(t.isEphemeral()); _discardButton.setEnabled(t.isEphemeral()); detectUpdates(true); + if(t.isEphemeral()) + { + updated(); + } } private ServerSubEditor _subEditor; |