From dc6b3cde1a064e55560798a94deaba14247bcae4 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Thu, 20 May 2021 19:01:42 -0500 Subject: Add quicklinks to hardware status page - Renames SetFocusMixin to JumpLinkMixin to better describe what the mixin is for: jump links like quick links and skip to main content - Adds scrollToOffset method to JumpLinkMixin methods to scroll to selected page elements - Scroll offset is required to show table header below the nav header - Setting focus is required for accessibility Signed-off-by: Dixsie Wolmers Change-Id: I500a2d70727c5a78aeae4a6193ba22a38e4f0b6f --- src/locales/en-US.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 34efa621..ef4a417e 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -372,6 +372,7 @@ "bmcManager": "BMC manager", "chassis": "Chassis", "processors": "Processors", + "quicklinkTitle": "Quick links to hardware components", "system": "System", "table": { "assetTag": "Asset tag", -- cgit v1.2.3