new: shutdown | reboot on rootless user

This commit is contained in:
lollipopkit
2023-09-03 16:40:29 +08:00
parent ab09fa6614
commit 61218f9ca3
8 changed files with 95 additions and 70 deletions

View File

@@ -62,6 +62,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
widget.spi.user,
(user) async => await showPwdDialog(context, user),
widget.spi.id,
context,
);
}