diff options
-rwxr-xr-x | control-center | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/control-center b/control-center index 17fc0913..5a83216e 100755 --- a/control-center +++ b/control-center @@ -898,6 +898,7 @@ my @tree = "Proxy Configuration", "Connection Sharing", "Roaming", + "Hosts", ], ], @@ -956,10 +957,13 @@ my @tree = ], ); }), - "NFS mount points",, + "NFS mount points", + "NFS exports", "Samba mount points", "WebDAV mount points", "Partition Sharing", + "Samba configuration", + "NFS exports", ] ], |