summaryrefslogtreecommitdiffstats
path: root/app/overview
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed colors and textMichael Davis2017-10-091-2/+0
| | | | | Change-Id: Ib2d1caf520302555b3bfb7b49cb69ae68b6bcfa8 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* fixed wording and styling issuesMichael Davis2017-10-091-3/+3
| | | | | Change-Id: I381af84762a1ebd2580148f1c72e6f6aec073cae Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* accessibility fixes and minor css changes.Michael Davis2017-10-091-43/+45
| | | | | | | | - added aria-hidden = "true" to prevent icons to be read by screen readers - moved code on pages into "page-header" for better consistency Change-Id: I3f497b2707991f7f628892a05734eea183a0d01d Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Changed from overview/system to overview/server to match site IAMichael Davis2017-10-091-1/+1
| | | | | Change-Id: Icf3e447a21d0f9232ba80ed1969101218552d439 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* fixing minor icon changesMichael Davis2017-10-091-1/+3
| | | | | Change-Id: Ib7840ac31d7e50fbdd19f6663797d8ac2577045b Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Updated master after merge conflictsIftekharul Islam2017-10-091-1/+1
| | | | | Change-Id: Ibea933c20071cc85201420ba1e31fedf9356f55b Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>
* Updated hostname and mac address with correct api path in server dashboardIftekharul Islam2017-10-091-2/+2
| | | | | Change-Id: I2661a7234a288d7fed60461580fa1845a5d712b6 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Added loader and updated GUI text and style changes from MichaelIftekharul Islam2017-10-098-1307/+2
| | | | | Change-Id: Id4f8d96b10e429ca469c6169741588dbcc4b5c7a Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Accessibility fixes:Michael Davis2017-10-091-1/+1
| | | | | | | | | - changed buttons to spans since not being used in forms - added aria roles to html elements - changed low contrast colors Change-Id: I56e784b226baa7f9b24346446a0a023fcea633d4 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* loader animation added to pagesMichael Davis2017-10-092-23/+36
| | | | | Change-Id: Id8c890714d0a90ae913b6581cd655abcf6cd6781 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* added hostname edit modal for overview.Michael Davis2017-10-092-5/+40
| | | | | Change-Id: I03337341e58c5bab9c7454227857e6e0ca13f65a Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* misc system overview changesMichael Davis2017-09-202-25/+23
| | | | | | | | | | - removed page header - rearranged server/bmc section content blocks to match designs - added view all event logs link - added priority color to severity label for events Change-Id: If7ac335033a6b5032d52aa325953c823d6d6f35c Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Added hardware sensors functionalityIftekharul Islam2017-09-208-0/+1281
| | | | | Change-Id: I99435613bb77fc0ff72f046c2dc047b13962a7a3 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Add dynamic content to system overview pageIftekharul Islam2017-09-202-45/+78
| | | | | Change-Id: Id47db28c9ec7b4dc39b9b690797087e1970ce328 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Implement firmware upload functionIftekharul Islam2017-09-201-1/+1
| | | | | Change-Id: Ie89793ec9add1fc9e5241b422cfff64784f7b078 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Added server overview page.Michael Davis2017-09-202-3/+215
| | | | | Change-Id: Ic6a39c66a4a7573e74093395f6add9a76c5177fb Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Text style fixesMichael Davis2017-09-201-2/+2
| | | | | | | Numerous minor style corrections (ex. lower vs upper case) Change-Id: I0c77f590847d4978ac3ffbad82fc2acd481b70f9 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Add event log search and filter capabilitiesIftekharul Islam2017-09-203-791/+0
| | | | | Change-Id: I9dc891e0f1e30abe488d401c57e1cf4f5656c3af Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Change navigation structureIftekharul Islam2017-09-2022-1988/+9
| | | | | Change-Id: I12c819293ce1eda188dc9f257ae9370f1b73cb18 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* add inventory templatesMichael Davis2017-09-207-0/+993
| | | | | Change-Id: I735465dc2d6ab0583586ece23380ea8570f024fa Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* event-logs: redesign search and filtering functionMichael Davis2017-09-202-100/+120
| | | | | | | Proposed changes were based on user feedback from design team. Change-Id: Idab1418e1b4d11770095c865eb03769f278a03bc Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* added sensor templatesMichael Davis2017-09-208-2/+514
| | | | | Change-Id: I805828ce3cb80dbceb1dbba5d0e39fb31fbd6baf Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* added pagination support to event logMichael Davis2017-09-202-117/+130
| | | | | Change-Id: I18a21ba71679407bd512f1895ba91717c8ca5990 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Additional details on event log templatesMichael Davis2017-09-204-63/+714
| | | | | Change-Id: I634cbc5c4c42150b54ac4f520ff7aed70b4243dc Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Added timeout for BMC rebootIftekharul Islam2017-09-201-5/+2
| | | | | Change-Id: I376c3578c68535259e4527941b0995394e3d0734 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* adding event log templateMichael Davis2017-09-202-2/+80
| | | | | Change-Id: Iafc948727ff93737db6119d75320890af2887b71 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Added BMC reboot functionalityIftekharul Islam2017-09-202-4/+23
| | | | | Change-Id: I1fe5a9f2f1079760396044eff2bf8f3eaef25bff Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Major update to code structureIftekharul Islam2017-09-2017-0/+553
* Split files into independent files based on functionality. * Switch to bower/gulp for build. Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e781e2d9c Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
OpenPOWER on IntegriCloud