add "0" accesskey to dashboard

deepsource-autofix-76c6eb20
Dan Gowans 2023-02-01 11:15:27 -05:00
parent b0babc9804
commit b7609e6f55
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ for assistance identifying the combination for your web browser - operating syst
| Shortcut Key | Description | | Shortcut Key | Description |
| ------------ | ------------------------------------ | | ------------ | ------------------------------------ |
| <kbd>0</kbd> | Go to main dashboard. |
| <kbd>1</kbd> | Go to Work Order search. | | <kbd>1</kbd> | Go to Work Order search. |
| <kbd>2</kbd> | Go to Occupancy search. | | <kbd>2</kbd> | Go to Occupancy search. |
| <kbd>3</kbd> | Go to Lot search. | | <kbd>3</kbd> | Go to Lot search. |

View File

@ -22,7 +22,7 @@
aria-label="main navigation"> aria-label="main navigation">
<div class="container"> <div class="container">
<div class="navbar-brand"> <div class="navbar-brand">
<a class="navbar-item" href="<%= urlPrefix %>/dashboard"> <a class="navbar-item" href="<%= urlPrefix %>/dashboard" accesskey="0">
<img class="mr-3" <img class="mr-3"
src="<%= urlPrefix + configFunctions.getProperty("application.logoURL") %>" src="<%= urlPrefix + configFunctions.getProperty("application.logoURL") %>"
alt="" alt=""