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