mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: force delete docker container
This commit is contained in:
@@ -34,6 +34,7 @@ class _SSHTabPageState extends State<SSHTabPage>
|
||||
controller: _tabController,
|
||||
tabs: _tabIds.keys.map(_buildTabItem).toList(),
|
||||
isScrollable: true,
|
||||
dividerColor: Colors.transparent,
|
||||
),
|
||||
body: _buildBody(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user