Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
fix: remove activity logs from travy resource pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Razorsheep committed Apr 30, 2024
1 parent ab46102 commit 56a7376
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/view/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</Col>
</Row>

<Row class="bottom" :gutter="20">
<!-- <Row class="bottom" :gutter="20">
<Col class="left" :span="24">
<transition name="el-fade-in" mode="out-in" appear>
<activity
Expand All @@ -43,7 +43,7 @@
/>
</transition>
</Col>
</Row>
</Row> -->

<panels v-bind="{loading, error, data, edits}" @save="save" />
</div>
Expand All @@ -58,7 +58,7 @@ import panels from "./components/panels";
import vHeader from "./components/header";
import sidebar from "./components/sidebar";
import actions from "./components/actions";
import activity from "./components/activity";
// import activity from "./components/activity";
import modifiers from "./components/modifiers";
export default {
Expand All @@ -70,7 +70,7 @@ export default {
vHeader,
sidebar,
actions,
activity,
// activity,
modifiers
},
props: {
Expand All @@ -97,7 +97,7 @@ export default {
header: (t) => t.definitions.header,
actions: (t) => t.definitions.actions,
sidebar: (t) => t.definitions.sidebar,
activity: (t) => t.definitions.activity,
// activity: (t) => t.definitions.activity,
endpoint: (t) => t.definitions.endpoint,
modifiers: (t) => t.definitions.modifiers
},
Expand Down

0 comments on commit 56a7376

Please sign in to comment.