You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sensorhub-webui-core/src/main/java/org/sensorhub/ui/AdminUI.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -838,7 +838,8 @@ else if (!selectedModules.isEmpty())
838
838
return;
839
839
}
840
840
841
-
finalConfirmDialogpopup = newConfirmDialog("Are you sure you want to remove " + selectedModules.size() + " module(s)?</br>All settings will be lost.");
finalConfirmDialogpopup = newConfirmDialog("Are you sure you want to remove " + targetText + "?</br>All settings will be lost.");
842
843
popup.addCloseListener(newCloseListener() {
843
844
@Override
844
845
publicvoidwindowClose(CloseEvente)
@@ -953,7 +954,8 @@ else if (action == REMOVE_SUBMODULE_ACTION)
953
954
return;
954
955
}
955
956
956
-
finalConfirmDialogpopup = newConfirmDialog("Are you sure you want to remove " + selectedModules.size() + " module(s)?</br>All settings will be lost.");
0 commit comments