Skip to content

Commit

Permalink
Merge pull request #1095 from amazeeio/add-missing-icons
Browse files Browse the repository at this point in the history
Add icons for "dev env in use" and task files
  • Loading branch information
Schnitzel committed May 27, 2019
2 parents f2292a3 + 315e172 commit ea514a0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/ui/src/components/ProjectDetailsSidebar/index.js
Expand Up @@ -204,6 +204,12 @@ const Project = ({ project }) => {
}
}
&.envlimit {
&::before {
background-image: url('/static/images/environments-in-use.svg');
}
}
&.members {
&::before {
background-image: url('/static/images/members.svg');
Expand Down
4 changes: 4 additions & 0 deletions services/ui/src/components/Task/index.js
Expand Up @@ -160,6 +160,10 @@ const Task = ({ task }) => (
}
&.files {
&::before {
background-image: url('/static/images/files.svg');
}
ul.field {
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions services/ui/src/static/images/environments-in-use.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions services/ui/src/static/images/files.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea514a0

Please sign in to comment.