Skip to content

Commit

Permalink
Added a new dashboard with information about the reports
Browse files Browse the repository at this point in the history
Added a new section with controls to navigate between items and display them
Added the items with warning and danger classes can now be easily browsed and followed with the navigation controls in order to quickly find the problems
Added comments on javascript code
Fixed Html navbar overlaps to content on small resolutions
Changed some javascript code to improve page performance
Updated bootstrap version from 3.3.2 to 3.3.4
  • Loading branch information
sn4k3 committed Apr 11, 2015
1 parent 88f67b4 commit 7b16a33
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 22 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 1.3.0.0
## 11/04/2015

* Added a new dashboard with information about the reports
* Added a new section with controls to navigate between items and display them
* Added the items with warning and danger classes can now be easily browsed and followed with the navigation controls in order to quickly find the problems
* Added comments on javascript code
* Fixed Html navbar overlaps to content on small resolutions
* Changed some javascript code to improve page performance
* Updated bootstrap version from 3.3.2 to 3.3.4


# 1.2.20.2
## 10/04/2015

Expand Down
4 changes: 2 additions & 2 deletions SystemInfoSnapshot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.20.2")]
[assembly: AssemblyFileVersion("1.2.20.2")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
Loading

0 comments on commit 7b16a33

Please sign in to comment.