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: app/credentials-management/src/main/java/org/phoebus/applications/credentialsmanagement/CredentialsManagementApp.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
importjava.util.stream.Collectors;
32
32
33
33
/**
34
-
* Simple app that launches an UI offering logout capabilities for scopes/applications that use and maintain
34
+
* Simple app that launches a UI offering logout capabilities for scopes/applications that use and maintain
35
35
* credentials, e.g.logbook. This is not in any way associated with the APIs controlling Phoebus internal
36
36
* authorizations for the various apps. The credentials in the case of the Credentials Management app are
37
37
* typically associated with credentials used to authenticate against external services.
Copy file name to clipboardExpand all lines: app/credentials-management/src/main/java/org/phoebus/applications/credentialsmanagement/CredentialsManagementController.java
+9-18Lines changed: 9 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,7 @@
32
32
importjavafx.event.ActionEvent;
33
33
importjavafx.fxml.FXML;
34
34
importjavafx.scene.Node;
35
-
importjavafx.scene.control.Button;
36
-
importjavafx.scene.control.Label;
37
-
importjavafx.scene.control.PasswordField;
38
-
importjavafx.scene.control.TableCell;
39
-
importjavafx.scene.control.TableColumn;
40
-
importjavafx.scene.control.TableView;
41
-
importjavafx.scene.control.TextField;
42
-
importjavafx.scene.control.Tooltip;
35
+
importjavafx.scene.control.*;
43
36
importjavafx.scene.input.KeyCode;
44
37
importjavafx.stage.Stage;
45
38
importjavafx.util.Callback;
@@ -113,7 +106,7 @@ public class CredentialsManagementController {
Copy file name to clipboardExpand all lines: app/credentials-management/src/main/java/org/phoebus/applications/credentialsmanagement/CredentialsManagementStage.java
0 commit comments