Revision Date Author Comments
# 959705cf 04-May-2018 Gunnar Mills <gmills@us.ibm.com>

Rename to "Serial over LAN console"

We ran several customers through usability testing of the GUI last
week. There was some confusion about "Serial over LAN". Adding
console should h

Rename to "Serial over LAN console"

We ran several customers through usability testing of the GUI last
week. There was some confusion about "Serial over LAN". Adding
console should help clear up this confusion.
Renamed on both the overview page and the menu. This now matches with
the SOL console page title.

Change-Id: I73fc6964f4269a5332832af703c7198015be6a49
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# a7837ab8 04-May-2018 Gunnar Mills <gmills@us.ibm.com>

Change to "View x High priority events"

Added the verb "View" to the front.
This wording watches with other clickable links in the gray box
(e.g. "Turn on server LED", "Edit network

Change to "View x High priority events"

Added the verb "View" to the front.
This wording watches with other clickable links in the gray box
(e.g. "Turn on server LED", "Edit network settings")

Change-Id: I5696f92aedc2d83bcb261ff8f849415d5b66d336
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# fbb63db4 02-May-2018 CamVan Nguyen <ctnguyen@us.ibm.com>

Display ip addresses in 'BMC information' section

BMC Host/IP Address is already displayed in the header.
So in the 'BMC information' section, just display the
BMC's ip addresses. Th

Display ip addresses in 'BMC information' section

BMC Host/IP Address is already displayed in the header.
So in the 'BMC information' section, just display the
BMC's ip addresses. There could be multiple ip addresses.

Resolves openbmc/openbmc#3148

Change-Id: I4efdf4f1df2fc70d32dd659ae57b6bb7ba0fa0f4
Signed-off-by: CamVan Nguyen <ctnguyen@us.ibm.com>

show more ...


# ed96f8bb 19-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Get the BMC time

Get the BMC time from xyz/openbmc_project/time/bmc.
This time is in epoch time so convert.
Before the time and date hardcoded.
From https://docs.angularjs.org/ap

Get the BMC time

Get the BMC time from xyz/openbmc_project/time/bmc.
This time is in epoch time so convert.
Before the time and date hardcoded.
From https://docs.angularjs.org/api/ng/filter/date:
"'medium': equivalent to 'MMM d, y h:mm:ss a' for en_US locale
(e.g. Sep 3, 2010 12:05:08 PM)"
This is a similar format as to what was present on the GUI
before for en_US.
Letting the browser choose the format, is important.
Displayed in user's timezone.

Resolves openbmc/openbmc#3116

Tested: Now see correct date and time, "4/19/2018, 20:31:18 UTC"
Change-Id: Ie30c65b038b58afc8c4c77ca5b70667e80e76cc6
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 77f29e1d 27-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Change "turn on server LED" text

We ran several customers through usability testing of the GUI this
week.
One area that caused confusion is the "Turn on server indicator".
We had

Change "turn on server LED" text

We ran several customers through usability testing of the GUI this
week.
One area that caused confusion is the "Turn on server indicator".
We had a customer think it was a button to power on the server.
Other customers were also confused about what it does.
After discussing and getting customer feedback,
"Turn on server LED" is better understood.
This also matches what is on the Server LED page.

Change-Id: I1b55a377c85ee6e649e27e2a6923b5e17fd23a30
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 2e614a27 27-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Server Overview: Fix capitalization of "Serial over LAN"

It is capitalized as "Serial over LAN" everywhere else on the GUI
(the SOL page and in the sub-menu).
This also follows with

Server Overview: Fix capitalization of "Serial over LAN"

It is capitalized as "Serial over LAN" everywhere else on the GUI
(the SOL page and in the sub-menu).
This also follows with the capitalization of the other items in
the gray box: "BMC time", "Turn on server indicator", and
"Edit network settings".

Change-Id: I9e94f8ef1ebf65d0038b33c7fb1e11576f0a3f61
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 24e80349 23-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Display the "type" of event log on overview page

The overview page before displayed the "Severity" of the event log
in the name field. It now displays the type. Type is from the
"Mes

Display the "type" of event log on overview page

The overview page before displayed the "Severity" of the event log
in the name field. It now displays the type. Type is from the
"Message" field in the event log. An example of the type is:
"xyz.openbmc_project.Software.Version.Error.ManifestFileFailure".
This is much more useful than the "Severity" ( e.g.
"xyz.openbmc_project.Logging.Entry.Level.Error"). Severity is
still displayed in the event log, above the type.
A similar change for the "event logs" page was made here:
https://gerrit.openbmc-project.xyz/#/c/8916

Change-Id: Iddf1f99e0ccde5a4f27d709dc280de628eb909ce
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 7a3928da 17-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Do not display the 'edit' hostname

Editing the hostname does not work. We need a rest call to do
this. Comment this 'edit' button out until the code is added to do
this.

Tes

Do not display the 'edit' hostname

Editing the hostname does not work. We need a rest call to do
this. Comment this 'edit' button out until the code is added to do
this.

Tested: Don't see this edit button the server overview page.
Change-Id: I957a3df99810a206c67e95dd4d53dc5d6833387c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 17708f2a 13-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Look at correct server information

Look at /xyz/openbmc_project/inventory/system for the server
information. Before the "server overview" page looked at the
BMC information for thing

Look at correct server information

Look at /xyz/openbmc_project/inventory/system for the server
information. Before the "server overview" page looked at the
BMC information for things like Server SerialNumber.

Resolves openbmc/openbmc#3095

Tested: Verified I see the correct server information now.
Change-Id: I562b28353d79fbf4a84e4c9a01db57d757a102a1
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 33275839 13-Mar-2018 CamVan Nguyen <ctnguyen@us.ibm.com>

Display correct Power Consumption & Cap values

Current values are hard coded to '000 W'.
This fix is to do REST calls and display the correct values.

Resolves openbmc/openbmc#27

Display correct Power Consumption & Cap values

Current values are hard coded to '000 W'.
This fix is to do REST calls and display the correct values.

Resolves openbmc/openbmc#2735

Change-Id: I2f6766f1685a2bd52da62cda19998794f80270ec
Signed-off-by: CamVan Nguyen <ctnguyen@us.ibm.com>

show more ...


# a5f48c74 16-Feb-2018 Jayashankar Padath <jayashankar.padath@in.ibm.com>

BMC IP changed to BMC host/IP and corrected the value truncation in webgui.

Resolves openbmc/openbmc#2894

Tested: Running GUI locally and verified the new texts. Also made sure that

BMC IP changed to BMC host/IP and corrected the value truncation in webgui.

Resolves openbmc/openbmc#2894

Tested: Running GUI locally and verified the new texts. Also made sure that
value truncation is not happening.

Change-Id: Ic3947b36ef83fe5cb37190a848c85156cc072afd
Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com>

show more ...


# db28a387 02-Nov-2017 Iftekharul Islam <iffy.ryan@ibm.com>

Updating images and stles

Updating images and styles after code merge conflicts

Change-Id: I96490926caa41d13e4d625ff67f6a463d7819d34
Signed-off-by: Iftekharul Islam <iffy.ryan@i

Updating images and stles

Updating images and styles after code merge conflicts

Change-Id: I96490926caa41d13e4d625ff67f6a463d7819d34
Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>

show more ...


# 3471409a 06-Sep-2017 Iftekharul Islam <iffy.ryan@ibm.com>

Updating server health icon in header based on event log status

Change-Id: Iae10d39428b6ce6a228e775aa68fb7805dd61ecb
Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>


# 85661253 25-Aug-2017 Michael Davis <michael.s.davis@ibm.com>

fixed colors and text

Change-Id: Ib2d1caf520302555b3bfb7b49cb69ae68b6bcfa8
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>


# d265da25 24-Aug-2017 Michael Davis <michael.s.davis@ibm.com>

fixed wording and styling issues

Change-Id: I381af84762a1ebd2580148f1c72e6f6aec073cae
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>


# 706b75b3 18-Aug-2017 Michael Davis <michael.s.davis@ibm.com>

accessibility fixes and minor css changes.

- added aria-hidden = "true" to prevent icons to be read by screen readers
- moved code on pages into "page-header" for better consistency

accessibility fixes and minor css changes.

- 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>

show more ...


# 7afaae7b 15-Aug-2017 Michael Davis <michael.s.davis@ibm.com>

fixing minor icon changes

Change-Id: Ib7840ac31d7e50fbdd19f6663797d8ac2577045b
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>


# 96bbf310 22-Aug-2017 Iftekharul Islam <iffy.ryan@ibm.com>

Updated master after merge conflicts

Change-Id: Ibea933c20071cc85201420ba1e31fedf9356f55b
Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>


# ba556c31 11-Aug-2017 Iftekharul Islam <iislam@us.ibm.com>

Updated hostname and mac address with correct api path in server dashboard

Change-Id: I2661a7234a288d7fed60461580fa1845a5d712b6
Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>


# a547ff42 09-Aug-2017 Iftekharul Islam <iislam@us.ibm.com>

Added loader and updated GUI text and style changes from Michael

Change-Id: Id4f8d96b10e429ca469c6169741588dbcc4b5c7a
Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>


# b8a41c18 14-Aug-2017 Michael Davis <michael.s.davis@ibm.com>

Accessibility fixes:

- changed buttons to spans since not being used in forms
- added aria roles to html elements
- changed low contrast colors

Chang

Accessibility fixes:

- 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>

show more ...


# 428375e8 01-Aug-2017 Michael Davis <michael.s.davis@ibm.com>

loader animation added to pages

Change-Id: Id8c890714d0a90ae913b6581cd655abcf6cd6781
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>


# 80a6a371 27-Jul-2017 Michael Davis <michael.s.davis@ibm.com>

added hostname edit modal for overview.

Change-Id: I03337341e58c5bab9c7454227857e6e0ca13f65a
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>


# ec61b2a8 20-Jul-2017 Michael Davis <michael.s.davis@ibm.com>

misc system overview changes

- removed page header
- rearranged server/bmc section content blocks to match designs
- added view all event logs link
- added priority color to

misc system overview changes

- 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>

show more ...


# 8947e701 27-Jul-2017 Iftekharul Islam <iislam@us.ibm.com>

Added hardware sensors functionality

Change-Id: I99435613bb77fc0ff72f046c2dc047b13962a7a3
Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>


123