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
|
||||
https://documentation.help/PuTTY/config-saving.html#S4.1.2
|
||||
|
||||
|
||||
*/
|
||||
</script>
|
||||
|
||||
@@ -1297,9 +1297,9 @@ async function clickHandler(menuItem) {
|
||||
window.$gz.form.setLastReportMenuItem(FORM_KEY, res, m.vm);
|
||||
}
|
||||
break;
|
||||
case "terminal":
|
||||
alert("putty -agent -ssh sportseffect.onayanova.com");
|
||||
break;
|
||||
// case "terminal":
|
||||
// alert("putty -agent -ssh sportseffect.onayanova.com");
|
||||
// break;
|
||||
case "QuoteList":
|
||||
m.vm.$router.push({
|
||||
name: "svc-quotes",
|
||||
@@ -1403,12 +1403,12 @@ function generateMenu(vm) {
|
||||
}
|
||||
menuOptions.menuItems.push({ divider: true, inset: false });
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "OpenTerminal",
|
||||
icon: "$sockiTerminal",
|
||||
key: FORM_KEY + ":terminal",
|
||||
vm: vm
|
||||
});
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "OpenTerminal",
|
||||
// icon: "$sockiTerminal",
|
||||
// key: FORM_KEY + ":terminal",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "QuoteList",
|
||||
|
||||
Reference in New Issue
Block a user