mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com> Co-authored-by: clairebontempo@gmail.com <clairebontempo@gmail.com> Co-authored-by: Angel Garbarino <angel@hashicorp.com>
14 lines
403 B
Handlebars
14 lines
403 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<div class="is-flex-v-centered is-flex-grow-1 loader-inner-page" data-test-layout-loading>
|
|
<div class="columns is-centered">
|
|
<div class="column is-narrow has-text-centered has-text-grey-dark has-current-color-fill">
|
|
<div class="level is-mobile">
|
|
<VaultLogoSpinner />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |