diff --git a/assets/components/ContainerStat.vue b/assets/components/ContainerStat.vue index eafbb22e..dfff4726 100644 --- a/assets/components/ContainerStat.vue +++ b/assets/components/ContainerStat.vue @@ -1,10 +1,19 @@ @@ -28,8 +37,4 @@ export default { }; - + diff --git a/assets/components/ContainerTitle.vue b/assets/components/ContainerTitle.vue index 3bdf8b67..b9db1d25 100644 --- a/assets/components/ContainerTitle.vue +++ b/assets/components/ContainerTitle.vue @@ -1,9 +1,6 @@ @@ -11,31 +8,9 @@ export default { props: { value: String, - closable: { - type: Boolean, - default: false, - }, }, name: "ContainerTitle", }; - + diff --git a/assets/components/LogContainer.vue b/assets/components/LogContainer.vue index 8fc55012..de71e3fe 100644 --- a/assets/components/LogContainer.vue +++ b/assets/components/LogContainer.vue @@ -1,8 +1,17 @@