Skip to content

Commit

Permalink
update favicon.ico and title (#1022)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
break60 authored and qiaozhanwei committed Oct 15, 2019
1 parent 977ada2 commit 7f1968b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dolphinscheduler-ui/src/images/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions dolphinscheduler-ui/src/js/conf/home/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
}
},
{
Expand Down Expand Up @@ -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()
})
Expand Down

0 comments on commit 7f1968b

Please sign in to comment.