Support yum.

This commit is contained in:
Junyuan Feng
2022-04-07 18:56:33 +08:00
parent 00cfd0f88d
commit fa73c4feee
8 changed files with 64 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ class ServerTabMenuItems {
static const sftp = MenuItem(text: 'SFTP', icon: Icons.insert_drive_file);
static const snippet = MenuItem(text: 'Snippet', icon: Icons.label);
static const apt = MenuItem(text: 'Apt', icon: Icons.system_security_update);
static const apt = MenuItem(text: 'Apt/Yum', icon: Icons.system_security_update);
static const docker = MenuItem(text: 'Docker', icon: Icons.view_agenda);
static const edit = MenuItem(text: 'Edit', icon: Icons.edit);
}