updates copyright header formatting in hbs files (#29890)

This commit is contained in:
Jordan Reimer 2025-03-11 11:10:20 -06:00 committed by GitHub
parent cfd4af68a8
commit df843a859a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
649 changed files with 649 additions and 649 deletions

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.top>

View file

@ -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>

View file

@ -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">

View file

@ -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">

View file

@ -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))}}>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if this.waitingForOktaNumberChallenge}}
<OktaNumberChallenge

View file

@ -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>

View file

@ -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">

View file

@ -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 }}

View file

@ -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|>

View file

@ -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"}}>

View file

@ -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|>

View file

@ -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>

View file

@ -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"}}

View file

@ -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>

View file

@ -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">

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if @dataset}}
<svg

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if (or @config.reportingEnabled (eq @config.enabled "On"))}}
<EmptyState

View file

@ -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>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{! ACME clients added in 1.17 }}

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<Clients::PageHeader
@startTimestamp={{@startTimestamp}}

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<Clients::RunningTotal
@isSecretsSyncActivated={{this.flags.secretsSyncIsActivated}}

View file

@ -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)

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if (and this.byMonthActivityData this.isDateRange)}}
<Clients::ChartContainer

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if (gt @byMonthActivityData.length 1)}}
<Clients::ChartContainer

View file

@ -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

View file

@ -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">

View file

@ -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>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<Dashboard::VaultVersionTitle @version={{@version}} />

View file

@ -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>

View file

@ -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">

View file

@ -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}}>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<Hds::Card::Container
@hasBorder={{true}}

View file

@ -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>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -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>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.top>

View file

@ -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}}>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -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">

View file

@ -1,6 +1,6 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<Oidc::AssignmentForm @onSave={{this.onSave}} @model={{this.assignment}} @onCancel={{@onCancel}} />

View file

@ -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}} />

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if this.policy.policyType}}
<Hds::Tabs as |T|>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -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">

View file

@ -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|>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -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">

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if @attr}}
<div class="field" data-test-regex-validator-pattern>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#unless this.hideBanner}}
<Hds::Alert

View file

@ -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}}

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#each @configModels as |configModel|}}
{{#each configModel.displayAttrs as |attr|}}

View file

@ -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" />

View file

@ -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" />

View file

@ -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}}

View file

@ -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}}

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<BasicDropdown
@horizontalPosition="right"

View file

@ -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">

View file

@ -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|>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.levelLeft>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.top>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<div {{did-update this.updateProps @selectedAction}}>
<MessageError @errorMessage={{this.errors}} />

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<div class="field">
<TtlPicker

View file

@ -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}} />

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<Sidebar::Frame @showSidebar={{this.auth.isActiveSession}}>
<div class="page-container">

View file

@ -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">

View file

@ -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">

View file

@ -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">

View file

@ -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|}}

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if this.isBase64}}
Decode from base64

View file

@ -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">

View file

@ -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}}

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<div class="is-flex-center">
<Icon @name="chevron-right" />

View file

@ -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">

View file

@ -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" />

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{! template-lint-disable no-whitespace-for-layout }}
{{! prettier-ignore }}

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<div class="console-ui-output">
<JsonEditor

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<div class="console-ui-output">
<pre>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<div class="console-ui-output">
<pre>{{this.columns}}</pre>

View file

@ -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" />

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<div class="console-ui-output">
<pre>{{@content}}</pre>

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#each this.outputLog as |message|}}
{{#unless message.hidden}}

View file

@ -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">

View file

@ -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>

View file

@ -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}} />

View file

@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<PageHeader as |p|>
<p.top>

View file

@ -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}} />

View file

@ -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>

View file

@ -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