This commit is contained in:
2022-02-22 19:55:30 +00:00
parent 07036364f4
commit 8055685494
2 changed files with 5 additions and 2 deletions

View File

@@ -840,6 +840,9 @@ BUILD 8.0.0-beta.1-rc2 CHANGES OF NOTE
- Improved the "next steps" section of the install guides for each platform in the docs - Improved the "next steps" section of the install guides for each platform in the docs
- license docs page improvements and clarifications (case 4119) - license docs page improvements and clarifications (case 4119)
- Improved seeder work order generation to be more natural with older wo having smaller numbers and most recent having largest numbers - Improved seeder work order generation to be more natural with older wo having smaller numbers and most recent having largest numbers
- added copy to clipboard to ops server information page - About page changed "Copy support information" menu item text to "Copy to clipboard"
- ops server information page added "Copy support information" menu option which now copies **all** support information including
all client info as seen in help-about page and it's log
alld server info as seen in ops server info page as well as all server logs, not just the current one

View File

@@ -210,7 +210,7 @@ function generateMenu(vm) {
helpUrl: "ay-about", helpUrl: "ay-about",
menuItems: [ menuItems: [
{ {
title: "Copy", title: "CopyToClipboard",
icon: "$ayiCopy", icon: "$ayiCopy",
key: "about:copy", key: "about:copy",
vm: vm vm: vm