From 57f9681e0fa119defeafe3c5ca98f7076e1dd061 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 3 Jun 2023 01:39:24 +0200 Subject: [PATCH] Updated the server button in the InstallSoftware.jsx, RemoteSFTP.jsx & RemoteSSH.jsx --- .../src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx | 4 ++-- client/src/pages/tools/linux/RemoteSFTP/RemoteSFTP.jsx | 4 ++-- client/src/pages/tools/linux/RemoteSSH/RemoteSSH.jsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx b/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx index 661ecbc..2253333 100644 --- a/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx +++ b/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx @@ -1,6 +1,6 @@ import InfoArea from "@/common/components/InfoArea"; import Button from "@/common/components/Button"; -import {faGear} from "@fortawesome/free-solid-svg-icons"; +import {faGear, faServer} from "@fortawesome/free-solid-svg-icons"; import {useContext, useState} from "react"; import Software from "./software.jsx"; import SoftwareGrid from "@/pages/tools/linux/InstallSoftware/components/SoftwareGrid"; @@ -20,7 +20,7 @@ export const InstallSoftware = () => { -