Skip to content

Commit

Permalink
fix menu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangcheng870518 committed Apr 12, 2023
1 parent ba77e1a commit 4e891a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions packages/gui/src/router/modules/opscenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
FileProtectOutlined,
} from "@ant-design/icons-vue";
import RegistrySvg from "@/assets/img/registry.svg";
import PipySvg from "@/assets/img/pipy.svg";

const opscenter = {
path: "ops-center",
Expand Down Expand Up @@ -70,14 +69,6 @@ const opscenter = {
},
component: () => import("@/pages/opscenter/EventList"),
},
{
path: "deploy",
name: "Deploy",
meta: {
svg: PipySvg,
},
component: () => import("@/pages/opscenter/DeployList"),
},
{
path: "log",
name: "Log",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"use strict";

module.exports = {
beforeCreate: (event) => strapi.service('api::resource.resource').make(event, 'ingress'),
afterCreate: (event) => strapi.service('api::resource.resource').deploy(event),
afterUpdate: (event) => strapi.service('api::resource.resource').deploy(event),
};

0 comments on commit 4e891a3

Please sign in to comment.