From 78675d385bc41ee9556d9f3cb192558fd6799511 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 2 Jun 2023 00:41:38 +0200 Subject: [PATCH] Added the docker entry to the software.jsx --- .../src/pages/tools/linux/InstallSoftware/software.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/pages/tools/linux/InstallSoftware/software.jsx b/client/src/pages/tools/linux/InstallSoftware/software.jsx index f052553..55afa0b 100644 --- a/client/src/pages/tools/linux/InstallSoftware/software.jsx +++ b/client/src/pages/tools/linux/InstallSoftware/software.jsx @@ -1,4 +1,5 @@ import MySpeedImage from "./images/myspeed.webp"; +import DockerImage from "./images/docker.webp"; import {faBox, faFolder} from "@fortawesome/free-solid-svg-icons"; export default [ @@ -10,5 +11,13 @@ export default [ {type: "select", id: "environment", text: "Umgebung", icon: faBox, options: ["Stabil", "Entwicklung"], value: "Stabil"} ] + }, + { + name: "Docker", + icon: DockerImage, + configuration: [ + {type: "select", id: "environment", text: "Umgebung", icon: faBox, options: ["Stabil", "Test"], + value: "Stabil"}, + ] } ]; \ No newline at end of file