Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit 6124faa

Browse files
authored
Merge pull request #343 from hal/revert-342-jb7404-2.8.x
Revert "[JBEAP-7404] Wrong dialog title when suspending server in managed domain"
2 parents f8b6988 + 640f076 commit 6124faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/main/java/org/jboss/as/console/client/domain/runtime/DomainRuntimePresenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public String getFilter() {
332332
}
333333

334334
public void onLaunchSuspendDialogue(Server server) {
335-
window = new DefaultWindow("Suspend Server");
335+
window = new DefaultWindow("Suspend Server Group");
336336
window.setWidth(480);
337337
window.setHeight(360);
338338
window.trapWidget(new ServerSuspendDialogue(this, server).asWidget());

0 commit comments

Comments
 (0)