This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
forked from openshift/console
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Text "Console: VNC" is rendered on top of the VncCOnsole component. Once design of console componenents is stabilized in pf-react, esp. around the ConsolleSwitcher component, this change will be moved to pf-react.
- Loading branch information
1 parent
6844948
commit 6342cfc
Showing
3 changed files
with
22 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
@import "components/vm"; | ||
@import '~kubevirt-web-ui-components/dist/sass/components'; | ||
@import '~patternfly/dist/sass/patternfly/wizard'; | ||
@import '~patternfly/dist/sass/patternfly/forms'; | ||
|
||
@import 'components/vm'; | ||
@import 'components/vmconsoles'; |
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,9 @@ | ||
.vnc-console .toolbar-pf-results { | ||
border-top: none; /** Override PF default. Once approved, this should get into pf-react VncConsole*/ | ||
} | ||
|
||
.vmconsoles-type { | ||
/*position: absolute; | ||
left: 3.5em; | ||
*/ | ||
} |
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