Add landmark element for loading state for consoles (#26037)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-01-09 16:41:26 +01:00 committed by GitHub
parent 70e15bdaa4
commit e979ed3b30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@
</head>
<body>
<div id="app">
<div class="container">
<main class="container">
<div class="keycloak__loading-container">
<span class="pf-c-spinner pf-m-xl" role="progressbar" aria-valuetext="Loading...">
<span class="pf-c-spinner__clipper"></span>
@ -54,7 +54,7 @@
<p id="loading-text">Loading the account console</p>
</div>
</div>
</div>
</main>
</div>
<noscript>You need to enable JavaScript to run this app.</noscript>

View file

@ -43,7 +43,7 @@
</head>
<body>
<div id="app">
<div class="container">
<main class="container">
<div class="keycloak__loading-container">
<span class="pf-c-spinner pf-m-xl" role="progressbar" aria-valuetext="Loading...">
<span class="pf-c-spinner__clipper"></span>
@ -54,7 +54,7 @@
<p id="loading-text">Loading the Admin UI</p>
</div>
</div>
</div>
</main>
</div>
<noscript>You need to enable JavaScript to run this app.</noscript>