Skip to content

Commit 83ae55e

Browse files
committed
Issue taskcluster#122 Adding Cache Purges Button to Navigation Drawer
Adding Dashboard icon with unique icon Created the new icon within the list of avaialble dashboard icons with a unique icon For Issue taskcluster#122
1 parent 3f121c8 commit 83ae55e

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ node_modules
88
/styleguide
99
.coverage
1010
src/views/.DS_Store
11+
config.env

src/.DS_Store

0 Bytes
Binary file not shown.

src/components/.DS_Store

0 Bytes
Binary file not shown.

src/components/Dashboard/SidebarList.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import FileTreeIcon from 'mdi-react/FileTreeIcon';
2020
import WebhookIcon from 'mdi-react/WebhookIcon';
2121
import KeyIcon from 'mdi-react/KeyIcon';
2222
import PulseIcon from 'mdi-react/PulseIcon';
23+
import AnimationOutlineIcon from 'mdi-react/AnimationOutlineIcon';
2324
import SidebarListGroup from './SidebarListGroup';
2425
import SidebarListItem from './SidebarListItem';
2526

@@ -79,7 +80,7 @@ export default class SidebarList extends Component {
7980
Pulse Messages
8081
</SidebarListItem>
8182

82-
<SidebarListItem to="/purge-cache" icon={<PulseIcon />}>
83+
<SidebarListItem to="/purge-caches" icon={<AnimationOutlineIcon />}>
8384
Purge Cache
8485
</SidebarListItem>
8586

0 commit comments

Comments
 (0)