diff --git a/.gitignore b/.gitignore index 655e33d..ed6495d 100644 --- a/.gitignore +++ b/.gitignore @@ -40,8 +40,6 @@ config/secrets/ # Logs *.log -logs/ -log/ # Runtime data pids diff --git a/web/src/components/keys/GroupInfoCard.vue b/web/src/components/keys/GroupInfoCard.vue index f3a8c12..2f587b5 100644 --- a/web/src/components/keys/GroupInfoCard.vue +++ b/web/src/components/keys/GroupInfoCard.vue @@ -177,6 +177,7 @@ function resetPage() { +
@@ -274,6 +275,7 @@ function resetPage() {
+
diff --git a/web/src/components/logs/LogTable.vue b/web/src/components/logs/LogTable.vue new file mode 100644 index 0000000..2cbac5d --- /dev/null +++ b/web/src/components/logs/LogTable.vue @@ -0,0 +1,365 @@ + + + + + diff --git a/web/src/views/Keys.vue b/web/src/views/Keys.vue index adcd10c..9460f90 100644 --- a/web/src/views/Keys.vue +++ b/web/src/views/Keys.vue @@ -96,7 +96,7 @@ function handleGroupDelete(deletedGroup: Group) {