mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
UI ember engines (#6718)
Adds replication engine and core in-repo addon
This commit is contained in:
17
ui/lib/core/addon/components/layout-loading.js
Normal file
17
ui/lib/core/addon/components/layout-loading.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import Component from '@ember/component';
|
||||
import layout from '../templates/components/layout-loading';
|
||||
|
||||
/**
|
||||
* @module LayoutLoading
|
||||
* `LayoutLoading` displays the `VaultLogoSpinner` component in a centered full-page layout.
|
||||
*
|
||||
* @example
|
||||
* ```js
|
||||
* <LayoutLoading />
|
||||
* ```
|
||||
*/
|
||||
|
||||
export default Component.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
Reference in New Issue
Block a user