Created the software.jsx
This commit is contained in:
parent
df79398eca
commit
31410525bf
14
client/src/pages/tools/linux/InstallSoftware/software.jsx
Normal file
14
client/src/pages/tools/linux/InstallSoftware/software.jsx
Normal file
@ -0,0 +1,14 @@
|
||||
import MySpeedImage from "./images/myspeed.webp";
|
||||
import {faBox, faFolder} from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
export default [
|
||||
{
|
||||
name: "MySpeed",
|
||||
icon: MySpeedImage,
|
||||
configuration: [
|
||||
{type: "input", id: "folder", text: "Ort", icon: faFolder, value: "/opt/myspeed"},
|
||||
{type: "select", id: "environment", text: "Umgebung", icon: faBox, options: ["Stabil", "Entwicklung"],
|
||||
value: "Stabil"}
|
||||
]
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user