From ebe1a5d496016f861f678f6288efa532b3393752 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Thu, 23 Apr 2026 12:28:57 -0400 Subject: [PATCH] Add sidebar to billing route (#14220) (#14227) Co-authored-by: Kianna <30884335+kiannaquach@users.noreply.github.com> --- ui/app/templates/vault/cluster/billing/overview.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/templates/vault/cluster/billing/overview.hbs b/ui/app/templates/vault/cluster/billing/overview.hbs index 355f091f07..89b9f8c9fa 100644 --- a/ui/app/templates/vault/cluster/billing/overview.hbs +++ b/ui/app/templates/vault/cluster/billing/overview.hbs @@ -3,6 +3,8 @@ SPDX-License-Identifier: BUSL-1.1 }} + + {{outlet}} \ No newline at end of file