mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-19 23:45:16 +01:00
feat & fix
- support openwrt - save server info failed if connect error - support ssh 'none' auth
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
import 'package:toolbox/data/model/server/linux_icon.dart';
|
||||
|
||||
final linuxIcons = LinuxIcons(
|
||||
['ubuntu', 'arch', 'centos', 'debian', 'fedora', 'opensuse', 'kali']);
|
||||
final linuxIcons = LinuxIcons([
|
||||
'ubuntu',
|
||||
'arch',
|
||||
'centos',
|
||||
'debian',
|
||||
'fedora',
|
||||
'opensuse',
|
||||
'kali',
|
||||
'wrt'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user