Remove UI brand-loader copyright headers as they do not render appropriately (#16835)

This commit is contained in:
Ronald 2023-03-31 16:29:19 +01:00 committed by GitHub
parent 37207b4e4c
commit 8973b2f09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 10 deletions

View File

@ -13,6 +13,10 @@ project {
"ui/packages/consul-ui/lib/rehype-prism/**", "ui/packages/consul-ui/lib/rehype-prism/**",
"ui/packages/consul-ui/lib/block-slots/**", "ui/packages/consul-ui/lib/block-slots/**",
# UI file that do not render properly with copyright headers
"ui/packages/consul-ui/app/components/brand-loader/enterprise.hbs",
"ui/packages/consul-ui/app/components/brand-loader/index.hbs",
# ignore specific test data files # ignore specific test data files
"agent/uiserver/testdata/**", "agent/uiserver/testdata/**",

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,3 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
<div <div
class="brand-loader" class="brand-loader"
style="margin-left: calc(-{{@width}}px / 2)" style="margin-left: calc(-{{@width}}px / 2)"