Banner: Add nav link (#87885)

* Notification Banner: Add feature toggle

* Add banner node to general section
This commit is contained in:
Alex Khomenko 2024-05-16 12:21:24 +02:00 committed by GitHub
parent 82eb160f5c
commit 4c2c717fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,6 +150,7 @@ func (root *NavTreeRoot) ApplyAdminIA() {
generalNodeLinks = AppendIfNotNil(generalNodeLinks, root.FindById("feature-toggles"))
generalNodeLinks = AppendIfNotNil(generalNodeLinks, root.FindById("storage"))
generalNodeLinks = AppendIfNotNil(generalNodeLinks, root.FindById("migrate-to-cloud"))
generalNodeLinks = AppendIfNotNil(generalNodeLinks, root.FindById("banner-settings"))
generalNode := &NavLink{
Text: "General",