Browse Source

update favicon.ico and title (#1022)

* 1.repair [BUG]#884;2.Add Scheduling Time Fields to Workflow Instance List;3.Add a reminder for empty data 4.Delete the'babel-plugin-transform-remove-console'dependency package

* 1.update logo 2.Workflow Definition Page Timing Component Replaced with Source Code

* Repair bug #901,#909,#935

* Optimizing Page License and Page Style

* 1. Changing API paths; 2. Modifying statistical management naming

* update favicon.ico and title
pull/2/head
break60 5 years ago committed by qiaozhanwei
parent
commit
7f1968b4a3
  1. BIN
      dolphinscheduler-ui/src/images/favicon.ico
  2. 4
      dolphinscheduler-ui/src/js/conf/home/router/index.js

BIN
dolphinscheduler-ui/src/images/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

4
dolphinscheduler-ui/src/js/conf/home/router/index.js

@ -35,7 +35,7 @@ const router = new Router({
name: 'home',
component: resolve => require(['../pages/home/index'], resolve),
meta: {
title: `${i18n.$t('Home')} - EasyScheduler`
title: `${i18n.$t('Home')} - DolphinScheduler`
}
},
{
@ -457,7 +457,7 @@ router.beforeEach((to, from, next) => {
let $body = $('body')
$body.find('.tooltip.fade.top.in').remove()
if (to.meta.title) {
document.title = `${to.meta.title} - EasyScheduler`
document.title = `${to.meta.title} - DolphinScheduler`
}
next()
})

Loading…
Cancel
Save