Skip to content

Commit e9c7a5c

Browse files
authored
Merge pull request #466 from SvMak/update-ui-ux-part-2
Update UI/UX part 2
2 parents 11b629f + a618d05 commit e9c7a5c

File tree

21 files changed

+867
-826
lines changed

21 files changed

+867
-826
lines changed

src/main/docker/grafana/provisioning/dashboards/JVM.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"links": [],
3535
"panels": [
3636
{
37-
"content": "\n# Acknowledgments\n\nThank you to [Michael Weirauch](https://twitter.com/emwexx) for creating this dashboard: see original JVM (Micrometer) dashboard at [https://grafana.com/dashboards/4701](https://grafana.com/dashboards/4701)\n\n\n\n",
37+
"content": "\n# Acknowledgments\n\nThank you to [Michael Weirauch](https://x.com/emwexx) for creating this dashboard: see original JVM (Micrometer) dashboard at [https://grafana.com/dashboards/4701](https://grafana.com/dashboards/4701)\n\n\n\n",
3838
"gridPos": {
3939
"h": 3,
4040
"w": 24,

src/main/webapp/app/core/icons/font-awesome-icons.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {
3636
faExpand,
3737
faEye,
3838
faFlag,
39+
faGlobe,
3940
faHdd,
4041
faHeart,
4142
faHome,
@@ -72,7 +73,7 @@ import {
7273
faWrench
7374
} from '@fortawesome/free-solid-svg-icons';
7475

75-
import { faGithub, faGitlab, faTwitter, faXTwitter } from '@fortawesome/free-brands-svg-icons';
76+
import { faGithub, faGitlab, faStackOverflow, faXTwitter } from '@fortawesome/free-brands-svg-icons';
7677

7778
export const fontAwesomeIcons = [
7879
faUser,
@@ -110,8 +111,9 @@ export const fontAwesomeIcons = [
110111
faTrashAlt,
111112
faAsterisk,
112113
faGithub,
113-
faTwitter,
114+
faGlobe,
114115
faXTwitter,
116+
faStackOverflow,
115117
faComments,
116118
faBug,
117119
faUndo,

0 commit comments

Comments
 (0)