Commit 7aea86f 1 parent f932641 commit 7aea86f Copy full SHA for 7aea86f
File tree 2 files changed +19
-12
lines changed
2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 9
9
10
10
body {
11
11
box-sizing : border-box;
12
- min- height: 100 % ;
12
+ height : max-content ;
13
13
margin : 0 ;
14
14
padding : 15px 30px ;
15
15
display : flex;
16
16
flex-direction : column;
17
- }
18
-
19
- .message-container {
20
- flex-grow : 1 ;
21
- display : flex;
22
- align-items : center;
23
- justify-content : center;
24
- margin : 0 30px ;
17
+ justify-content : center;
18
+ align-items : center;
25
19
}
26
20
27
21
.message {
31
25
32
26
body .error .message {
33
27
display : none;
28
+ margin : 30px ;
34
29
}
35
30
36
31
body .error .error-message {
Original file line number Diff line number Diff line change 10
10
type ="text/css "
11
11
href ="
https://unpkg.com/@patternfly/[email protected] /patternfly.min.css "
12
12
/>
13
+ < script lang ="javascript ">
14
+ function onLoad ( ) {
15
+ window . location . href = 'podman-desktop://'
16
+ } ;
17
+ window . onload = onLoad ;
18
+ </ script >
13
19
</ head >
14
20
15
21
< body >
16
- < div class ="pf-c-empty-state ">
22
+ < div class ="pf-c-empty-state " >
17
23
< div class ="pf-c-empty-state__content ">
18
24
< i class ="fas fa-key pf-c-empty-state__icon " aria-hidden ="true "> </ i >
19
25
< h1 class ="pf-c-title pf-m-lg ">
20
26
Welcome to < span id ="service "> Red Hat</ span >
21
27
</ h1 >
22
28
< div class ="pf-c-empty-state__body message ">
23
29
You have successfully logged in as
24
- < span style ="font-weight: 700 " id ="login "> </ span > . < br />
25
- You may now close this page.
30
+ < span style ="font-weight: 700 " id ="login "> </ span > .
31
+ </ div >
32
+ < div class ="pf-c-empty-state__body message ">
33
+ Redirecting to Podman Desktop.
34
+ </ div >
35
+ < br />
36
+ < div >
37
+ < button onclick ="onLoad(); "> Go back to Podman Desktop</ button >
26
38
</ div >
27
39
< div class ="pf-c-empty-state__body error-message ">
28
40
An error occurred while signing in:
You can’t perform that action at this time.
0 commit comments