From e600048f81026d6b8d1c27e681724ef66e4eca52 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Thu, 23 Apr 2020 17:26:35 +0800 Subject: [PATCH] Add force not to cache and fix jar instance of workflow instance not showing --- dolphinscheduler-ui/src/js/module/components/nav/nav.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/dolphinscheduler-ui/src/js/module/components/nav/nav.vue b/dolphinscheduler-ui/src/js/module/components/nav/nav.vue index 53497182e..7c82dc660 100644 --- a/dolphinscheduler-ui/src/js/module/components/nav/nav.vue +++ b/dolphinscheduler-ui/src/js/module/components/nav/nav.vue @@ -387,7 +387,6 @@ .logo-m { width: 36px; height: 36px; - // background: url("./m_logo.png"); margin: 0 auto; position: relative; top: 12px; -- GitLab