Skip to content

Commit

Permalink
fix(dashboard): graph ui fixes
Browse files Browse the repository at this point in the history
* Fix cropped text in task graph node
* Change Task Graph to Stack Graph in Sidebar
  • Loading branch information
benstov authored and eysi09 committed Mar 27, 2019
1 parent f6445c7 commit 60c746e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# OS
.DS_STORE

# Logs
*.log
npm-debug.log*
Expand Down
3 changes: 2 additions & 1 deletion dashboard/src/components/graph/graph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
text-align: center;

span.name {
font-weight: bold;
font-weight: 700;
font-size: 0.9rem;
}
span.type {
display: inline-block;
Expand Down
4 changes: 2 additions & 2 deletions dashboard/src/containers/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const builtinPages: Page[] = [
url: "",
},
{
title: "Task Graph",
description: "Task Graph",
title: "Stack Graph",
description: "Stack Graph",
path: "/graph",
newWindow: false,
url: "",
Expand Down

0 comments on commit 60c746e

Please sign in to comment.