-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a placeholder create plan, to replace the wizard
Signed-off-by: yzamir <[email protected]>
- Loading branch information
Showing
34 changed files
with
972 additions
and
142 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
52 changes: 52 additions & 0 deletions
52
packages/forklift-console-plugin/src/components/images/logos.tsx
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
import React from 'react'; | ||
|
||
import openshiftImg from './resources/openshift.svg'; | ||
import openstackImg from './resources/openstack.svg'; | ||
import ovaImg from './resources/ova.svg'; | ||
import redhatImg from './resources/redhat.svg'; | ||
import vmImg from './resources/vm.svg'; | ||
|
||
export const openshiftLogo = ( | ||
<img | ||
className="forklift--create-provider-edit-card-title-logo" | ||
src={openshiftImg} | ||
alt="PatternFly logo" | ||
width="27px" | ||
/> | ||
); | ||
|
||
export const openstackLogo = ( | ||
<img | ||
className="forklift--create-provider-edit-card-title-logo" | ||
src={openstackImg} | ||
alt="PatternFly logo" | ||
width="27px" | ||
/> | ||
); | ||
|
||
export const vmLogo = ( | ||
<img | ||
className="forklift--create-provider-edit-card-title-logo" | ||
src={vmImg} | ||
alt="PatternFly logo" | ||
width="27px" | ||
/> | ||
); | ||
|
||
export const redhatLogo = ( | ||
<img | ||
className="forklift--create-provider-edit-card-title-logo" | ||
src={redhatImg} | ||
alt="PatternFly logo" | ||
width="27px" | ||
/> | ||
); | ||
|
||
export const ovaLogo = ( | ||
<img | ||
className="forklift--create-provider-edit-card-title-logo" | ||
src={ovaImg} | ||
alt="PatternFly logo" | ||
width="27px" | ||
/> | ||
); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions
46
packages/forklift-console-plugin/src/components/images/resources/openstack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Oops, something went wrong.