open-consul/ui/packages/consul-partitions/app/components/consul/partition/notifications
Ronald 6bcb98ea71
Add UI copyright headers files (#16614)
* Add copyright headers to UI files

* Ensure copywrite file ignores external libs
2023-03-14 09:18:55 -04:00
..
README.mdx ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
index.hbs Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00

README.mdx

# Consul::Partition::Notifications

A Notification component specifically for Partitions. This is only a component as we currently use this in two places and if we need to add more types we can do so in one place.

We currently one have one 'remove' type due to the fact that Admin Partions can't use the default 'delete' notification as they get 'marked for deletion' instead.

```hbs preview-template
  <Consul::Partition::Notifications
    @type={{'remove'}}
  />
```



## See

- [Template Source Code](./index.hbs)

---