diff --git a/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue b/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue index 428fbd1e..40c9ed58 100644 --- a/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue +++ b/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue @@ -198,6 +198,7 @@ limitations under the License. --> .new-task { float: right; + color: $font-color; } .reload { diff --git a/src/views/dashboard/related/network-profiling/components/Tasks.vue b/src/views/dashboard/related/network-profiling/components/Tasks.vue index 4886557b..7cc63ea5 100644 --- a/src/views/dashboard/related/network-profiling/components/Tasks.vue +++ b/src/views/dashboard/related/network-profiling/components/Tasks.vue @@ -18,7 +18,11 @@ limitations under the License. -->
{{ t("taskList") }} - +
@@ -78,6 +82,7 @@ limitations under the License. --> import { useAppStoreWithOut } from "@/store/modules/app"; import NewTask from "./NewTask.vue"; import { EBPFProfilingTriggerType } from "@/store/data"; + import { Themes } from "@/constants/data"; /*global Nullable */ const { t } = useI18n();