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

Extract reboot button from reForis.

* Add RebootButton tests.
 * RebootButton code review.
 * Update translations.
This commit is contained in:
Bogdan Bodnar
2019-11-27 16:54:37 +01:00
parent fd01bc6f56
commit 04a667eb6f
29 changed files with 1117 additions and 30 deletions

View File

@ -43,6 +43,9 @@ export {
ModalHeader,
} from "bootstrap/Modal";
// Common
export { RebootButton } from "common/RebootButton";
// Form
export { ForisForm } from "form/components/ForisForm";
export { SubmitButton, STATES as SUBMIT_BUTTON_STATES } from "form/components/SubmitButton";