Skip to content

Commit

Permalink
add dashboard icon and set workforce project icon
Browse files Browse the repository at this point in the history
  • Loading branch information
apulverizer committed Oct 29, 2017
1 parent a5a4e10 commit b623f39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added src/assets/images/dashboard16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ body {
background:url(../assets/images/appsGray16.png);
}

.dashboard {
background:url(../assets/images/dashboard16.png);
}

.datafiles {
background:url(../assets/images/datafiles16.png);
}
Expand Down
8 changes: 8 additions & 0 deletions src/js/portal/info/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"type": "Color Set",
"icon": "datafilesGray"
},
{
"type": "Dashboard",
"icon": "dashboard"
},
{
"type": "Document Link",
"icon": "datafilesGray"
Expand Down Expand Up @@ -99,6 +103,10 @@
{
"type": "WMS",
"icon": "layers"
},
{
"type": "Workforce Project",
"icon": "maps"
}
]
}

0 comments on commit b623f39

Please sign in to comment.