This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user