Skip to content

Commit 08e4114

Browse files
authored
Merge pull request #8919 from DavidResende0/html5-console-css-fix
Fixed Missing Styling for Remote Consoles
2 parents 643b343 + ed58417 commit 08e4114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/layouts/remote_console.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
-# Load the required JS based on the console type
99
= javascript_essential_dependencies
1010
= javascript_pack_tag("manageiq-ui-classic/remote_consoles_#{@console[:type]}.js")
11+
= javascript_pack_tag("manageiq-ui-classic/application-common.js")
1112
%body
1213
#remote-console{'data-url' => @console[:url], 'data-secret' => @console[:secret], 'data-is-vcloud' => @console[:is_vcloud], 'data-vmx' => @console[:vmx]}
1314
%footer.remote-console

0 commit comments

Comments
 (0)