Skip to content

Commit e7d3359

Browse files
authored
Merge pull request #275 from kubero-dev/feature/container-console
Feature/container console
2 parents df85a55 + ca45d81 commit e7d3359

File tree

16 files changed

+792
-13
lines changed

16 files changed

+792
-13
lines changed

client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"vue-router": "^4.2.0",
2626
"vue-socket.io-extended": "^4.2.0",
2727
"vue3-cookies": "^1.0.6",
28-
"vuetify": "^3.4.0"
28+
"vuetify": "^3.4.0",
29+
"xterm": "^5.3.0"
2930
},
3031
"devDependencies": {
3132
"@babel/types": "^7.21.4",

client/src/components/activity/view.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<v-container>
3-
<h1>Events</h1>
3+
<h1>Activity</h1>
44
<v-layout>
55
<v-row
66
v-if="auditEvents.length > 0" class="mb-10">

0 commit comments

Comments
 (0)