mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-20 00:13:53 -05:00
updates copyright header formatting in hbs files (#29890)
This commit is contained in:
parent
cfd4af68a8
commit
df843a859a
649 changed files with 649 additions and 649 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.top>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::AppFooter class="has-margin-top-auto" as |AF|>
|
||||
<AF.ExtraBefore>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<form {{on "submit" (perform this.saveModel)}}>
|
||||
<div class="box is-sideless is-fullwidth is-marginless">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<form {{on "submit" (perform this.saveModel)}}>
|
||||
<div class="box is-sideless is-fullwidth is-marginless">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if this.canLoginSaml}}
|
||||
<form id="auth-form" {{on "submit" (fn this.startSAMLAuth @onSubmit (hash role=@roleName))}}>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if this.waitingForOktaNumberChallenge}}
|
||||
<OktaNumberChallenge
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if this.mfaErrors}}
|
||||
<div class="has-top-margin-xxl" data-test-mfa-error>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="chart-wrapper single-chart-grid" data-test-clients-attribution={{this.noun}}>
|
||||
<div class="chart-header has-bottom-margin-m">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{! HBS display template for rendering title, description and stat boxes with a chart on the right }}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="lineal-chart" data-test-chart={{or @chartTitle "vertical bar chart"}}>
|
||||
<Lineal::Fluid as |width|>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if (and @data @legend)}}
|
||||
<div class="lineal-chart" data-test-chart={{or @chartTitle "grouped vertical bar chart"}}>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="lineal-chart" data-test-chart={{or @chartTitle "stacked vertical bar chart"}}>
|
||||
<Lineal::Fluid as |width|>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if (eq @mode "edit")}}
|
||||
<form onsubmit={{action "onSaveChanges"}} data-test-clients-config-form>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<EmptyState
|
||||
@title={{if (eq @error.httpStatus 403) "You are not authorized" "Error"}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<nav class="tabs has-bottom-margin-s" aria-label="navigation for managing client counts">
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div ...attributes>
|
||||
<Hds::Text::Display @tag="p" class="has-bottom-margin-xs">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if @dataset}}
|
||||
<svg
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if (or @config.reportingEnabled (eq @config.enabled "On"))}}
|
||||
<EmptyState
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::PageHeader class="has-top-padding-l has-bottom-padding-m" as |PH|>
|
||||
<PH.Title>Vault Usage Metrics</PH.Title>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{! ACME clients added in 1.17 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Clients::PageHeader
|
||||
@startTimestamp={{@startTimestamp}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Clients::RunningTotal
|
||||
@isSecretsSyncActivated={{this.flags.secretsSyncIsActivated}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
{{#if this.flags.secretsSyncIsActivated}}
|
||||
{{#if (not this.byMonthActivityData)}}
|
||||
{{! byMonthActivityData is an empty array if there is no monthly data (monthly breakdown was added in 1.11)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if (and this.byMonthActivityData this.isDateRange)}}
|
||||
<Clients::ChartContainer
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if (gt @byMonthActivityData.length 1)}}
|
||||
<Clients::ChartContainer
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{! Display only template that renders yielded components in columns, beneath a title and description }}
|
||||
<Hds::Card::Container
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="client-count">
|
||||
<div class="is-flex-between">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="learn-more">
|
||||
<h2 class="title is-4 has-bottom-margin-xxs" data-test-learn-more-title>Learn more</h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Dashboard::VaultVersionTitle @version={{@version}} />
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="quick-actions">
|
||||
<h2 class="title is-4">Quick actions</h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="replication">
|
||||
|
||||
<div class="is-flex-between">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div>
|
||||
<h2 class="is-size-5 has-text-weight-semibold has-bottom-margin-xs" data-test-title={{@title}}>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Card::Container
|
||||
@hasBorder={{true}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="configuration-details">
|
||||
<h3 class="title is-4" data-test-dashboard-card-header="configuration">Configuration details</h3>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Toast @color={{this.color}} @onDismiss={{@close}} class="has-bottom-margin-m" data-test-flash-toast as |T|>
|
||||
<T.Title data-test-flash-toast-title>{{this.title}}</T.Title>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.top>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Card::Container @level="mid" @hasBorder={{true}} class="has-padding-l" ...attributes>
|
||||
<form {{on "submit" this.transitionToCredential}}>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<svg width="146" height="51" viewBox="0 0 146 51" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="vault-logo-v" fill-rule="nonzero">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Oidc::AssignmentForm @onSave={{this.onSave}} @model={{this.assignment}} @onCancel={{@onCancel}} />
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Oidc::KeyForm @onSave={{this.onSave}} @model={{this.key}} @onCancel={{@onCancel}} @isModalForm={{true}} />
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if this.policy.policyType}}
|
||||
<Hds::Tabs as |T|>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#each (array "generic" "cloud" "infra") as |category|}}
|
||||
<Hds::Text::Display class="has-top-padding-m has-bottom-padding-s" @tag="h2" size="400">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="box is-shadowless" data-test-not-found>
|
||||
<PageHeader as |p|>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<form {{on "submit" (perform this.save)}} data-test-policy-form>
|
||||
<div class="box is-shadowless is-fullwidth is-marginless">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if @attr}}
|
||||
<div class="field" data-test-regex-validator-pattern>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#unless this.hideBanner}}
|
||||
<Hds::Alert
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="box is-sideless is-fullwidth is-marginless">
|
||||
{{#if this.error}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#each @configModels as |configModel|}}
|
||||
{{#each configModel.displayAttrs as |attr|}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<form {{on "submit" (perform this.save)}} aria-label="save ssh creds" class="has-top-padding-m" data-test-configure-form>
|
||||
<NamespaceReminder @mode="save" @noun="configuration" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<form {{on "submit" (perform this.submitForm)}} aria-label="configure {{@type}} credentials" data-test-configure-form>
|
||||
<NamespaceReminder @mode="save" @noun="configuration" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<LinkTo @route={{this.link.route}} @models={{this.link.models}} @query={{this.query}} @disabled={{@disabled}} ...attributes>
|
||||
{{yield}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#let (tabs-for-auth-section @model this.tabType @paths) as |tabs|}}
|
||||
{{#if tabs.length}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::AppFrame @hasSidebar={{@showSidebar}} @hasHeader={{false}} @hasFooter={{false}} as |Frame|>
|
||||
<Frame.Sidebar data-test-sidebar-nav>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::SideNav::Portal @ariaLabel="Access Navigation Links" data-test-sidebar-nav-panel="Access" as |Nav|>
|
||||
<Nav.BackLink
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::SideNav::Portal @ariaLabel="Client Count Navigation Links" data-test-sidebar-nav-panel="Client Count" as |Nav|>
|
||||
<Nav.BackLink
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::SideNav::Portal @ariaLabel="Cluster Navigation Links" data-test-sidebar-nav-panel="Cluster" as |Nav|>
|
||||
<Nav.Title data-test-sidebar-nav-heading="Vault">Vault</Nav.Title>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::SideNav::Portal @ariaLabel="Policies Navigation Links" data-test-sidebar-nav-panel="Policies" as |Nav|>
|
||||
<Nav.BackLink
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::SideNav::Portal @ariaLabel="Tools Navigation Links" data-test-sidebar-nav-panel="Tools" as |Nav|>
|
||||
<Nav.BackLink
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<BasicDropdown
|
||||
@horizontalPosition="right"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="splash-page-container section is-flex-v-centered-tablet is-flex-grow-1 is-fullwidth">
|
||||
<div class="columns is-centered is-gapless is-fullwidth">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if (and this.showWarning (is-after (now interval=1000) @expirationDate))}}
|
||||
<Hds::Alert @type="page" @color="critical" data-test-token-expired-banner as |A|>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.levelLeft>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.top>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
<div {{did-update this.updateProps @selectedAction}}>
|
||||
<MessageError @errorMessage={{this.errors}} />
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="field">
|
||||
<TtlPicker
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Hds::Form::TextInput::Field @type="search" placeholder="Filter components" {{on "input" this.filterComponents}} />
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<Sidebar::Frame @showSidebar={{this.auth.isActiveSession}}>
|
||||
<div class="page-container">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#unless this.selectedAuthIsPath}}
|
||||
<div class="box has-slim-padding is-shadowless">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
<div class="auth-form" data-test-auth-form>
|
||||
{{#if this.hasMethodsWithPath}}
|
||||
<nav class="tabs is-marginless">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<form id="auth-form" {{on "submit" (action "signIn")}}>
|
||||
<div class="field">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="box is-fullwidth is-sideless is-paddingless is-marginless">
|
||||
{{#each @model.attrs as |attr|}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if this.isBase64}}
|
||||
Decode from base64
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<BasicDropdown @class="popup-menu" @horizontalPosition="auto-right" @verticalPosition="below" as |D|>
|
||||
<D.Trigger data-test-calendar-widget-trigger class={{concat "toolbar-link" (if D.isOpen " is-active")}} @htmlTag="button">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-input" data-test-component="console/command-input">
|
||||
{{#if this.isRunning}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="is-flex-center">
|
||||
<Icon @name="chevron-right" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{! template-lint-disable no-triple-curlies}}
|
||||
<div class="console-ui-alert console-ui-alert--error">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-alert console-ui-alert--error">
|
||||
<Icon @name="x-circle-fill" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{! template-lint-disable no-whitespace-for-layout }}
|
||||
{{! prettier-ignore }}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-output">
|
||||
<JsonEditor
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-output">
|
||||
<pre>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-output">
|
||||
<pre>{{this.columns}}</pre>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-alert console-ui-alert--success">
|
||||
<Icon @name="check-circle-fill" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-output">
|
||||
<pre>{{@content}}</pre>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#each this.outputLog as |message|}}
|
||||
{{#unless message.hidden}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="console-ui-panel-content">
|
||||
<div class="content has-bottom-margin-s">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
{{#if (and this.controlGroupResponse.token this.controlGroupResponse.uiParams.url)}}
|
||||
<div class="control-group-success" data-test-navigate-message>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="box is-fullwidth is-bottomless is-sideless">
|
||||
<MessageError @model={{this.model}} />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<PageHeader as |p|>
|
||||
<p.top>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
<PageHeader as |p|>
|
||||
<p.top>
|
||||
<KeyValueHeader @path="vault.cluster.secrets.backend.show" @mode={{@mode}} @root={{@root}} @showCurrent={{true}} />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
|
||||
<div class="box is-sideless is-fullwidth is-marginless" data-test-role-settings-section>
|
||||
<h3 class="title is-5">Role settings</h3>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: BUSL-1.1
|
||||
~}}
|
||||
}}
|
||||
<div class="box is-fullwidth is-marginless is-shadowless">
|
||||
<div class="field">
|
||||
<div class="control is-expanded">
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue