Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ <h1>IBM <span>z/OS Connect</span></h1>
<section class="repo-section" id="repo-section">

<!-- Inline loading -->
<div data-inline-loading class="bx--inline-loading" role="alert" aria-live="assertive">
<div class="bx--inline-loading__animation">
<div data-inline-loading class="cds--inline-loading" role="alert" aria-live="assertive">
<div class="cds--inline-loading__animation">
<div style="width:32px;height:32px;" data-inline-loading-spinner
class="bx--loading bx--loading--small">
<svg class="bx--loading__svg" viewBox="-75 -75 150 150">
<circle class="bx--loading__background" cx="0" cy="0" r="26.8125" />
<circle class="bx--loading__stroke" cx="0" cy="0" r="26.8125" />
class="cds--loading cds--loading--small">
<svg class="cds--loading__svg" viewBox="-75 -75 150 150">
<circle class="cds--loading__background" cx="0" cy="0" r="26.8125" />
<circle class="cds--loading__stroke" cx="0" cy="0" r="26.8125" />
</svg>
</div>
</div>
<p data-inline-loading-text-active class="bx--inline-loading__text">Loading repository data...</p>
<p data-inline-loading-text-active class="cds--inline-loading__text">Loading repository data...</p>
</div>
</section>

Expand Down