Add System Configuration Page
Parses json file and writes entites to page.
Change-Id: I486070deb48e0b447c904542148dbc3721f1facf
diff --git a/static/js/bmcApp.js b/static/js/bmcApp.js
index 1812261..fb641ab 100644
--- a/static/js/bmcApp.js
+++ b/static/js/bmcApp.js
@@ -128,6 +128,9 @@
.state('sensor',
{url : '/sensor', templateUrl : 'static/partial-sensor.html'})
+ .state('systemconfig',
+ {url: '/systemconfig', templateUrl : 'static/partial-systemconfig.html'})
+
.state(
'fwupdate',
{url : '/fwupdate', templateUrl : 'static/partial-fwupdate.html'})