Remove UI brand-loader copyright headers as they do not render appropriately (#16835)
This commit is contained in:
parent
37207b4e4c
commit
8973b2f09f
|
@ -13,6 +13,10 @@ project {
|
|||
"ui/packages/consul-ui/lib/rehype-prism/**",
|
||||
"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
|
||||
"agent/uiserver/testdata/**",
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,3 @@
|
|||
{{!
|
||||
Copyright (c) HashiCorp, Inc.
|
||||
SPDX-License-Identifier: MPL-2.0
|
||||
}}
|
||||
|
||||
<div
|
||||
class="brand-loader"
|
||||
style="margin-left: calc(-{{@width}}px / 2)"
|
||||
|
|
Loading…
Reference in New Issue