Skip to content

Commit

Permalink
Merge pull request #368 from nexB/366-new-dashboards
Browse files Browse the repository at this point in the history
Rename Dashboad to FileDashboard
  • Loading branch information
steven-esser authored Apr 26, 2019
2 parents 033eb07 + 27f6ccf commit 4f8af13
Show file tree
Hide file tree
Showing 9 changed files with 794 additions and 331 deletions.
10 changes: 9 additions & 1 deletion assets/app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,15 @@ div.dataTables_scrollHead th:first-child {
width: 100%;
}

#tab-dashboard{
#tab-file-dashboard{
background-color: #FAFAFB;
}

#tab-license-dashboard{
background-color: #FAFAFB;
}

#tab-package-dashboard{
background-color: #FAFAFB;
}

Expand Down
295 changes: 0 additions & 295 deletions assets/app/js/controllers/dashboard.js

This file was deleted.

Loading

0 comments on commit 4f8af13

Please sign in to comment.