This commit is contained in:
2020-06-24 22:28:15 +00:00
parent 6bb3ac290c
commit 9aa60dae7a
21 changed files with 61 additions and 61 deletions

View File

@@ -146,14 +146,14 @@ function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "fa-history",
title: vm.$ay.t("ServerLog"),
title: "ServerLog",
helpUrl: "form-ops-log",
formData: {
ayaType: window.$gz.type.LogFile
},
menuItems: [
{
title: vm.$ay.t("Copy"),
title: "Copy",
icon: "fa-copy",
surface: false,
key: FORM_KEY + ":copylog",