Remove old BlockEmpty component
This commit is contained in:
parent
272b4e2f77
commit
7763ad50ef
|
@ -1,2 +0,0 @@
|
|||
import OuterHTML from './outer-html';
|
||||
export default OuterHTML.extend();
|
|
@ -1,11 +0,0 @@
|
|||
<div class="box is-bottomless has-background-white-bis">
|
||||
<div class="columns is-centered">
|
||||
<div class="column is-half has-text-centered">
|
||||
<div class="box is-shadowless has-background-white-bis">
|
||||
<p class="has-text-grey">
|
||||
{{yield}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,11 +1,11 @@
|
|||
{{#if (and isV2 modelForData.destroyed)}}
|
||||
<BlockEmpty>
|
||||
Version {{modelForData.version}} of this secret has been permanently destroyed.
|
||||
</BlockEmpty>
|
||||
<EmptyState
|
||||
@title="Version {{modelForData.version}} of this secret has been permanently destroyed."
|
||||
/>
|
||||
{{else if (and isV2 modelForData.deleted)}}
|
||||
<BlockEmpty>
|
||||
Version {{modelForData.version}} of this secret has been deleted.
|
||||
</BlockEmpty>
|
||||
<EmptyState
|
||||
@title="Version {{modelForData.version}} of this secret has been deleted."
|
||||
/>
|
||||
{{else}}
|
||||
{{#if showAdvancedMode}}
|
||||
{{json-editor
|
||||
|
|
Loading…
Reference in New Issue