1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Replace RebootButton with ActionButtonWithModal component and update documentation

This commit is contained in:
Aleksandr Gumroian
2024-11-12 17:39:01 +01:00
parent 087ecfa670
commit c9f2b24095
9 changed files with 301 additions and 202 deletions

View File

@ -32,7 +32,7 @@ module.exports = {
description: "Set of main components.",
sections: [
{
name: "Foris Form",
name: "ForisForm",
components: [
"src/form/components/ForisForm.js",
"src/form/components/alerts.js",
@ -42,14 +42,16 @@ module.exports = {
usageMode: "expand",
},
{
name: "Rich Table",
name: "RichTable",
components: ["src/common/RichTable/RichTable.js"],
exampleMode: "expand",
usageMode: "expand",
},
{
name: "Reboot Button",
components: ["src/common/RebootButton.js"],
name: "ActionButtonWithModal",
components: [
"src/common/ActionButtonWithModal/ActionButtonWithModal.js",
],
exampleMode: "expand",
usageMode: "expand",
},