mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
add: refresh btn on desktop
This commit is contained in:
@@ -535,8 +535,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
|
||||
|
||||
Future<void> _showEditHostDialog() async {
|
||||
final id = widget.spi.id;
|
||||
final host =
|
||||
_store.fetch(id) ?? 'unix:///run/user/1000/docker.sock';
|
||||
final host = _store.fetch(id) ?? 'unix:///run/user/1000/docker.sock';
|
||||
final ctrl = TextEditingController(text: host);
|
||||
await showRoundDialog(
|
||||
context: context,
|
||||
|
||||
Reference in New Issue
Block a user