diff options
author | 2022-02-25 10:38:47 +0000 | |
---|---|---|
committer | 2022-02-28 15:11:16 +0000 | |
commit | 4651d908fe8fa83801a8df4d6e83e4eb25073f46 (patch) | |
tree | 363290263a096b70c4dd78c84ecc8b1b07730e15 /gui-clamp/ui-react/src/components/dialogs/__snapshots__ | |
parent | 4a4a638d6d0336134cdb4cdab093054f3b3f09f9 (diff) |
Renamed Control Loop to ACM
Issue-ID: POLICY-3940
Change-Id: I37d768ac339e4e354a369fcb659bf36da861d7aa
Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
Diffstat (limited to 'gui-clamp/ui-react/src/components/dialogs/__snapshots__')
-rw-r--r-- | gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap b/gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap deleted file mode 100644 index fde9ba1..0000000 --- a/gui-clamp/ui-react/src/components/dialogs/__snapshots__/InstantiationManagementModal.test.js.snap +++ /dev/null @@ -1,114 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Verify InstantiationManagementModal renders correctly 1`] = ` -<Styled(Modal) - backdrop="static" - keyboard={false} - onHide={[Function]} - show={true} - size="sm" -> - <ModalHeader - closeButton={true} - closeLabel="Close" - > - <ModalTitle> - Manage Instantiation - </ModalTitle> - </ModalHeader> - <div - style={ - Object { - "padding": "5px 5px 0 5px", - } - } - > - <ModalBody> - <Container - fluid={false} - > - <Dropdown - navbar={false} - onSelect={[Function]} - > - <DropdownToggle - id="dropdown-basic" - variant="dark" - > - Select Order State - </DropdownToggle> - <DropdownMenu - align="left" - alignRight={false} - flip={true} - > - <DropdownItem - as={ - Object { - "$$typeof": Symbol(react.forward_ref), - "render": [Function], - } - } - disabled={false} - eventKey="UNINITIALISED" - > - UNINITIALISED - </DropdownItem> - <DropdownItem - as={ - Object { - "$$typeof": Symbol(react.forward_ref), - "render": [Function], - } - } - disabled={false} - eventKey="PASSIVE" - > - PASSIVE - </DropdownItem> - <DropdownItem - as={ - Object { - "$$typeof": Symbol(react.forward_ref), - "render": [Function], - } - } - disabled={false} - eventKey="RUNNING" - > - RUNNING - </DropdownItem> - </DropdownMenu> - </Dropdown> - </Container> - <Styled(Alert) - show={false} - variant="danger" - > - Can't get instantiation ordered state: - <br /> - {} - </Styled(Alert)> - </ModalBody> - <styled.div /> - </div> - <ModalFooter> - <Button - active={false} - disabled={false} - onClick={[Function]} - variant="primary" - > - Save - </Button> - <Button - active={false} - disabled={false} - onClick={[Function]} - variant="secondary" - > - Close - </Button> - </ModalFooter> -</Styled(Modal)> -`; |