mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
remove dashboard survey link: (#29667)
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
<div>
|
<div>
|
||||||
<Dashboard::LearnMoreCard @isEnterprise={{@version.isEnterprise}} />
|
<Dashboard::LearnMoreCard @isEnterprise={{@version.isEnterprise}} />
|
||||||
<Dashboard::SurveyLinkText />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
@@ -40,7 +39,6 @@
|
|||||||
<Dashboard::SecretsEnginesCard @secretsEngines={{@secretsEngines}} />
|
<Dashboard::SecretsEnginesCard @secretsEngines={{@secretsEngines}} />
|
||||||
<div>
|
<div>
|
||||||
<Dashboard::LearnMoreCard @isEnterprise={{@version.isEnterprise}} />
|
<Dashboard::LearnMoreCard @isEnterprise={{@version.isEnterprise}} />
|
||||||
<Dashboard::SurveyLinkText />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="is-flex-column is-flex-1 gap-24">
|
<div class="is-flex-column is-flex-1 gap-24">
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
{{!
|
|
||||||
Copyright (c) HashiCorp, Inc.
|
|
||||||
SPDX-License-Identifier: BUSL-1.1
|
|
||||||
~}}
|
|
||||||
|
|
||||||
<div class="has-top-padding-xs has-bottom-padding-xs has-top-margin-m" data-test-feedback-form>
|
|
||||||
<small>
|
|
||||||
Don't see what you're looking for on this page? Let us know via our
|
|
||||||
<Hds::Link::Inline @icon="external-link" @href="https://hashicorp.sjc1.qualtrics.com/jfe/form/SV_1SNUsZLdWHpfw0e">
|
|
||||||
feedback form
|
|
||||||
</Hds::Link::Inline>
|
|
||||||
.
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
@@ -265,9 +265,6 @@ module('Integration | Component | dashboard/overview', function (hooks) {
|
|||||||
'Explore the features of Vault and learn advance practices with the following tutorials and documentation.'
|
'Explore the features of Vault and learn advance practices with the following tutorials and documentation.'
|
||||||
);
|
);
|
||||||
assert.dom('[data-test-learn-more-links] a').exists({ count: 3 });
|
assert.dom('[data-test-learn-more-links] a').exists({ count: 3 });
|
||||||
assert
|
|
||||||
.dom('[data-test-feedback-form]')
|
|
||||||
.hasText("Don't see what you're looking for on this page? Let us know via our feedback form .");
|
|
||||||
});
|
});
|
||||||
test('shows the learn more card on enterprise', async function (assert) {
|
test('shows the learn more card on enterprise', async function (assert) {
|
||||||
this.version.features = [
|
this.version.features = [
|
||||||
@@ -284,9 +281,6 @@ module('Integration | Component | dashboard/overview', function (hooks) {
|
|||||||
'Explore the features of Vault and learn advance practices with the following tutorials and documentation.'
|
'Explore the features of Vault and learn advance practices with the following tutorials and documentation.'
|
||||||
);
|
);
|
||||||
assert.dom('[data-test-learn-more-links] a').exists({ count: 4 });
|
assert.dom('[data-test-learn-more-links] a').exists({ count: 4 });
|
||||||
assert
|
|
||||||
.dom('[data-test-feedback-form]')
|
|
||||||
.hasText("Don't see what you're looking for on this page? Let us know via our feedback form .");
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user