This commit is contained in:
2023-01-03 23:26:00 +00:00
parent 0c10bcb050
commit 350d1c1c39
2 changed files with 10 additions and 9 deletions

View File

@@ -59,5 +59,6 @@ Windows Registry Editor Version 5.00
Also in putty need to set default to use pagent agent and then open the keys in KeePass so relies on a lot specific to us but it works great Also in putty need to set default to use pagent agent and then open the keys in KeePass so relies on a lot specific to us but it works great
https://documentation.help/PuTTY/config-saving.html#S4.1.2 https://documentation.help/PuTTY/config-saving.html#S4.1.2
*/ */
</script> </script>

View File

@@ -1297,9 +1297,9 @@ async function clickHandler(menuItem) {
window.$gz.form.setLastReportMenuItem(FORM_KEY, res, m.vm); window.$gz.form.setLastReportMenuItem(FORM_KEY, res, m.vm);
} }
break; break;
case "terminal": // case "terminal":
alert("putty -agent -ssh sportseffect.onayanova.com"); // alert("putty -agent -ssh sportseffect.onayanova.com");
break; // break;
case "QuoteList": case "QuoteList":
m.vm.$router.push({ m.vm.$router.push({
name: "svc-quotes", name: "svc-quotes",
@@ -1403,12 +1403,12 @@ function generateMenu(vm) {
} }
menuOptions.menuItems.push({ divider: true, inset: false }); menuOptions.menuItems.push({ divider: true, inset: false });
menuOptions.menuItems.push({ // menuOptions.menuItems.push({
title: "OpenTerminal", // title: "OpenTerminal",
icon: "$sockiTerminal", // icon: "$sockiTerminal",
key: FORM_KEY + ":terminal", // key: FORM_KEY + ":terminal",
vm: vm // vm: vm
}); // });
// menuOptions.menuItems.push({ // menuOptions.menuItems.push({
// title: "QuoteList", // title: "QuoteList",