10 lines
371 B
JavaScript
10 lines
371 B
JavaScript
export const ALERT_BANNER_ACTIVE = true
|
||
|
||
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
|
||
export default {
|
||
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-nomad-0-12-beta/',
|
||
tag: 'NEW',
|
||
text:
|
||
'Announcing Nomad 0.12, which introduces 15+ new features and our breakthrough Multi-Cluster Deployment. Learn more!',
|
||
}
|