diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3ca8d30f..fefe1fef 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 - 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 -- 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 diff --git a/ayanova/src/views/ay-about.vue b/ayanova/src/views/ay-about.vue index 4ed8406a..13fdd7f9 100644 --- a/ayanova/src/views/ay-about.vue +++ b/ayanova/src/views/ay-about.vue @@ -210,7 +210,7 @@ function generateMenu(vm) { helpUrl: "ay-about", menuItems: [ { - title: "Copy", + title: "CopyToClipboard", icon: "$ayiCopy", key: "about:copy", vm: vm