mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
11 lines
444 B
JavaScript
11 lines
444 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/webinars/nomad-0-12-multi-cluster-federations-cni-advanced-scheduling-and-more/',
|
|
tag: 'WEBINAR',
|
|
text:
|
|
'Join us for a webinar to learn about Nomad 0.12. This release included 15+ new features and our breakthrough Multi-Cluster Deployment. Register here!',
|
|
}
|