+
@@ -44,7 +44,11 @@ import EBPFStack from "./components/EBPFStack.vue";
.item {
width: 100%;
overflow: auto;
- height: calc(50% - 10px);
+ height: calc(100% - 210px);
padding-bottom: 10px;
}
+
+.schedules {
+ height: 200px;
+}
diff --git a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue
index a584e40f..bb8a88e7 100644
--- a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue
+++ b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue
@@ -190,6 +190,8 @@ function visTimeline() {
height: h,
width: "100%",
locale: "en",
+ selectable: false,
+ zoomable: false,
};
visGraph.value = new Timeline(timeline.value, items, options);
}