-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Sergio Betanzos
authored
Feb 23, 2021
1 parent
ea25922
commit 58452a3
Showing
22 changed files
with
103 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-890 Bytes
(91%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-ALIBABA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+16 Bytes
(100%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-ALIBABA.webp
Binary file not shown.
Binary file modified
BIN
-789 Bytes
(94%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-AWS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-28 Bytes
(99%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-AWS.webp
Binary file not shown.
Binary file modified
BIN
-792 Bytes
(95%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-AZURE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-62 Bytes
(98%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-AZURE.webp
Binary file not shown.
Binary file modified
BIN
-844 Bytes
(92%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-EQUINIX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-14 Bytes
(100%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-EQUINIX.webp
Binary file not shown.
Binary file modified
BIN
-848 Bytes
(93%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-GOOGLECLOUD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(99%)
src/fireedge/src/client/assets/images/provisions/OPENNEBULA-GOOGLECLOUD.webp
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 12 additions & 2 deletions
14
src/fireedge/src/client/containers/Dashboard/Provision/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletions
9
src/fireedge/src/client/containers/Dashboard/Provision/styles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
import { makeStyles } from '@material-ui/core' | ||
|
||
export default makeStyles(theme => ({ | ||
root: {}, | ||
title: { color: theme.palette.common.black } | ||
export default makeStyles(() => ({ | ||
withoutAnimations: { | ||
'& *, & *::before, & *::after': { | ||
animation: 'none !important' | ||
} | ||
} | ||
})) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.