File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,8 @@ $(document).ready(() => {
265265 . then ( ( ) => {
266266 const currFile = workbenchDB . sequelize . options . storage ;
267267 document . title = 'ScanCode Workbench - ' + path . basename ( currFile ) ;
268+ $ ( '#dashboard-title-text' ) . text ( 'Dashboard - ' + path . basename ( currFile ) ) ;
269+
268270 scanDataTable . clearColumnFilters ( ) ;
269271
270272 // update all views with the new database.
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ <h4>Additional Help and Documentation:</h4>
156156 < div class ="tab-pane container " id ="tab-dashboard ">
157157 < div id ="dashboard-container ">
158158 < div id ="dashboard-title ">
159- < h2 > Dashboard</ h2 >
159+ < h2 id =" dashboard-title-text " > Dashboard</ h2 >
160160 </ div >
161161 < div id ="dashboard-view ">
162162 < div class ="row ">
You can’t perform that action at this time.
0 commit comments