Skip to content

Commit

Permalink
QueryProfiler pages typo fix
Browse files Browse the repository at this point in the history
- Fixed typo
- Fixed date
  • Loading branch information
mail4umar committed Sep 30, 2024
1 parent ebdb03c commit a2fddc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@
"\n",
" notification = widgets.HTML(\n",
" value=\"<div style='background-color: #ffc107; padding: 10px; border-radius: 5px; display: flex; align-items: center;'>\"\n",
" \"<strong>Important:</strong>&nbsp;If you do not see the trees, please click on the tab 'Tree Style' and then click on 'Apply'. This will refresh the tree.\"\n",
" \"<strong>Important:</strong>&nbsp;If you do not see the trees, please click on the 'Tree Style' tab and then click on 'Apply'. This will refresh the tree.\"\n",
" \"</div>\",\n",
" layout={'margin': '10px 0'}\n",
" )\n",
Expand Down Expand Up @@ -1821,7 +1821,7 @@
"</head>\n",
"<body>\n",
" <div class=\"version\">\n",
" Page version update date: 9/3/2024\n",
" Page version update date: 9/30/2024\n",
" </div>\n",
"</body>\n",
"</html>"
Expand Down
2 changes: 1 addition & 1 deletion project/ui/qprof_main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@
"</head>\n",
"<body>\n",
" <div class=\"version\">\n",
" Page version update date: 8/23/2024\n",
" Page version update date: 9/25/2024\n",
" </div>\n",
"</body>\n",
"</html>"
Expand Down

0 comments on commit a2fddc2

Please sign in to comment.