Code Review
/
policy
/
gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cd2288e79785c81316053ce3709c853223bb63b4
[policy/gui.git]
/
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`Verify DeleteToscaTemplate renders correctly 1`] = `
4
<Fragment>
5
<Button
6
active={false}
7
disabled={false}
8
onClick={[Function]}
9
style={
10
Object {
11
"float": "right",
12
}
13
}
14
type="submit"
15
variant="danger"
16
>
17
Delete Tosca Service Template
18
</Button>
19
</Fragment>
20
`;