From 14172d745cec46a6ad4cce61eb02df962eb4f309 Mon Sep 17 00:00:00 2001 From: kennyneedsmilky Date: Wed, 10 Nov 2021 15:26:07 -0600 Subject: Fixed refresh system info on header The refresh button in the App header previously only re-rendered the main mage section, this change also refreshes the app header and main content. Signed-off-by: Kenneth Fullbright Change-Id: Iff7f3f14bca8ddfd815ccb1b87dd182c4bfd79ba --- src/layouts/AppLayout.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/layouts/AppLayout.vue') diff --git a/src/layouts/AppLayout.vue b/src/layouts/AppLayout.vue index 41b2e443..0b78e5b1 100644 --- a/src/layouts/AppLayout.vue +++ b/src/layouts/AppLayout.vue @@ -1,6 +1,11 @@