Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit e32152c

Browse files
committed
implement analysis (dashboard) page
1 parent 28456bf commit e32152c

File tree

6 files changed

+454
-4
lines changed

6 files changed

+454
-4
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"symfony/console": "^2.7|^3.1",
2121
"symfony/process": "^2.7|^3.1",
2222
"symfony/finder": "^2.7|^3.1",
23-
"stevebauman/log-reader": "^1.1"
23+
"stevebauman/log-reader": "^1.1",
24+
"phploc/phploc": "^3.0"
2425
}
2526
}

resources/assets/css/stylesheet.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
svg {
2+
width: 300px;
3+
height: 300px;
4+
}
5+
16
#console {
27
background-color: rgb(252, 252, 252);
38
}
@@ -39,6 +44,10 @@
3944
-o-text-overflow: ellipsis;
4045
}
4146

47+
.lucid-analysis .mdl-list__item-primary-content {
48+
font-weight: bold;
49+
}
50+
4251
.lucid-logs-stack {
4352
text-align: left !important;
4453
}

0 commit comments

Comments
 (0)