Skip to content

Commit e111aec

Browse files
committed
job ticket
1 parent c6131ed commit e111aec

File tree

6 files changed

+1614
-6
lines changed

6 files changed

+1614
-6
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8-
<title>CoreUI - Vue Open Source Bootstrap Admin Template</title>
7+
<link rel="icon" href="http://olsonvisual.com/wp-content/uploads/2017/01/cropped-OVfavicon-32x32.png">
8+
<title>Olson Visual - Admin Panel</title>
99
</head>
1010

1111
<!-- BODY options, add following classes to body to change options

src/_nav.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,11 @@ export default {
130130
}
131131
]
132132
},
133-
133+
{
134+
name: 'Backlog',
135+
url: '/backlog',
136+
icon: 'icon-pie-chart'
137+
},
134138
{
135139
name: 'Admin',
136140
url: '/base',

0 commit comments

Comments
 (0)