Updates license state copy and link (#11900)
* changes license state copy and updates read more link (also updates test)
This commit is contained in:
parent
a794a6244f
commit
3ec17429e8
|
@ -16,7 +16,7 @@
|
|||
Autoloaded
|
||||
{{else}}
|
||||
Stored
|
||||
<Icon @glyph="alert-triangle" class="has-text-highlight" /> <span class="is-size-8">Stored licenses will be deprecated in Vault 1.11. We recommend autoloading your license. Read more <a href="https://learn.hashicorp.com/tutorials/nomad/hashicorp-enterprise-license" rel="noreferrer noopener" target="_blank" >here</a>.</span>
|
||||
<Icon @glyph="alert-triangle" class="has-text-highlight" /> <span class="is-size-8">Stored licenses will be deprecated in a future version of Vault. We recommend autoloading your license. Read more <a href="https://www.vaultproject.io/docs/enterprise/license" rel="noreferrer noopener" target="_blank" >here</a>.</span>
|
||||
{{/if}}
|
||||
</InfoTableRow>
|
||||
</div>
|
||||
|
|
|
@ -68,7 +68,7 @@ module('Integration | Component | license info', function(hooks) {
|
|||
let row = component.detailRows.filterBy('rowName', 'License state')[0];
|
||||
assert.ok(
|
||||
row.rowValue.includes(
|
||||
'Stored licenses will be deprecated in Vault 1.11. We recommend autoloading your license.'
|
||||
'Stored licenses will be deprecated in a future version of Vault. We recommend autoloading your license.'
|
||||
),
|
||||
'Stored license includes recommendation to autoload'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue