971ac1aa | 24-Sep-2018 |
beccabroek <beccabroek@gmail.com> |
Remove IPV4 addresses
Tested: Able to remove existing IPV4 addresses.
Change-Id: I772bee6ad6b68bc0a69351f3e5386acc659241ef Signed-off-by: beccabroek <beccabroek@gmail.com> |
90121f3f | 16-Sep-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Button to remove NTP server
Change-Id: I58a3a894c192fafb551e07302b107bcd776e4901 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> |
cff61508 | 13-Sep-2018 |
beccabroek <beccabroek@gmail.com> |
Button to remove DNS server
Added button to remove DNS server from Nameservers list.
Resolves openbmc/phosphor-webui#11
Tested: Added and was able to remove DNS servers from list. Page updated a
Button to remove DNS server
Added button to remove DNS server from Nameservers list.
Resolves openbmc/phosphor-webui#11
Tested: Added and was able to remove DNS servers from list. Page updated appropriately.
Change-Id: I64e9d2499465f1aa5f9f34c831961578abf32b2b Signed-off-by: beccabroek <beccabroek@gmail.com>
show more ...
|
b7ea2790 | 18-Jul-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Set time fields
Squashed 5 commits to set the date-time fields: time mode, time owner, BMC time, and host time. Also included is a commit to display the timezone.
Set time mode
Moved the selection
Set time fields
Squashed 5 commits to set the date-time fields: time mode, time owner, BMC time, and host time. Also included is a commit to display the timezone.
Set time mode
Moved the selection of NTP vs Manual (time mode) to a radio button. Added code to allow the user set it.
Tested: Set the time mode on a Witherspoon. Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Set time owner
The time owner is now a dropdown and is set when "Save settings" is pressed.
Tested: Set the time owner on a Witherspoon Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Set the BMC and Host time
The BMC and host have the same time except when time mode is split. Only need to set BMC or host time when time mode is not split. When time mode is split, set both. Use time owner to determine which to set. https://github.com/openbmc/phosphor-time-manager#time-settings
Have date and time as two separate inputs, this is due to Firefox not supporting "datetime-local". The "date" and "time" input fields are more widely supported. https://caniuse.com/#feat=input-datetime
The idea for 2 separate input fields came from: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local
Must set the time mode and time owner before setting the time, this is due to permissions of who can set the time.
Tested: Set the date and time on a Witherspoon. Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Add NTP Servers
The user can now view and set NTP Servers.
Moved setFocusOnNewInput to a common directive since it is used on the NTP Servers and the DNS Servers on the network page.
Even though NTPServers is a network interface specific path (e.g. /xyz/openbmc_project/network/eth0/attr/NTPServers) it acts like a global setting, openbmc/phosphor-time-manager#4. Using eth0 for setting and getting the NTP Servers until NTPServers is moved to a non-network interface specific path.
In Redfish, NTPServers is a non-network interface specific.
Tested: Set NTP Servers on a Witherspoon. Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Add timezone
Added the timezone for the host and bmc date time.
The timezone looks like "GMT-0400 (EDT)" or "GMT-0500 (CDT)". I got this from https://stackoverflow.com/questions/1091372/getting-the-clients-timezone-in-javascript and choose this formatting over something like "America/Chicago".
Tested: See the timezone on a Witherspoon Change-Id: I59a4449d63f73a6ed14cb934f3d8577e46620c4e Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
ff64c54a | 24-Aug-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Create new SNMP Settings page
Created new page to display SNMP Managers. Display the SNMP Manager's IP and port. https://github.com/openbmc/phosphor-snmp/blob/master/docs/snmp-configuration.md
Futu
Create new SNMP Settings page
Created new page to display SNMP Managers. Display the SNMP Manager's IP and port. https://github.com/openbmc/phosphor-snmp/blob/master/docs/snmp-configuration.md
Future commits will allow the user to add and delete SNMP managers.
Change-Id: Ia5d633c11728a580c06b25c412e8673925cdc597 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
7de38662 | 18-Jul-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Create "Date and time settings" page
There was a Date and time page in the GUI. Enhanced it to display the BMC time and added it to the menu so users could navigate to it.
Future things planned for
Create "Date and time settings" page
There was a Date and time page in the GUI. Enhanced it to display the BMC time and added it to the menu so users could navigate to it.
Future things planned for this page: Setting the time, time mode, and time owner. Adding a NTP server.
More information can be found in the time manager README: https://github.com/openbmc/phosphor-time-manager/blob/master/README.md
Tested: See the BMC time. Change-Id: Ia3ac2385cb45ec8009ed6df0899c3410fe18ef64 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
c959ffe5 | 18-Jul-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Remove file page
This page was unused and unreachable from the menu. Cleaning up the code base.
Change-Id: Id2529d95768d3885448efebb6d24833ffe35c3b6 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> |
64ceb607 | 18-Jul-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Remove security page
This page was unused and haven't heard of any plans to implement it. Cleaning up the code base.
Change-Id: Ie4fadc57e42f9b1c8fbc7f4c848f001ff062210f Signed-off-by: Gunnar Mills
Remove security page
This page was unused and haven't heard of any plans to implement it. Cleaning up the code base.
Change-Id: Ie4fadc57e42f9b1c8fbc7f4c848f001ff062210f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
7ddc7274 | 12-Apr-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Set MAC address on "Save Settings"
Make a REST call to set the MAC address when the "Save Settings" button is pressed.
Tested: Verified the MAC Address is set. Change-Id: I39f6d4688842b3453fd219795
Set MAC address on "Save Settings"
Make a REST call to set the MAC address when the "Save Settings" button is pressed.
Tested: Verified the MAC Address is set. Change-Id: I39f6d4688842b3453fd219795d07f819ba4ba481 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
58301ec8 | 20-Apr-2018 |
CamVan Nguyen <ctnguyen@us.ibm.com> |
Refresh the firmware page after downloading image
Fix includes - Polling the number of software objects for a new image. During which time the 'Downloading in progress' status bar will be displa
Refresh the firmware page after downloading image
Fix includes - Polling the number of software objects for a new image. During which time the 'Downloading in progress' status bar will be displayed. A 2-minute timeout is used. - Displaying a 'Download complete' message if the download succeeds and refreshing the firmware page to show the new image once it is downloaded. - Displaying an error pop-up with reason for failure when the download fails.
Resolves openbmc/openbmc#3054
Change-Id: I79a8b8c661c01474a12cef4af524cafdc2cee1fe Signed-off-by: CamVan Nguyen <ctnguyen@us.ibm.com>
show more ...
|
6d7b4a8d | 02-Apr-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Display error if TFTP field empty
If either TFTP Server IP Address or File Name is empty for the "Download image file from TFTP server" function, return and display an error.
Tested: Verified I see
Display error if TFTP field empty
If either TFTP Server IP Address or File Name is empty for the "Download image file from TFTP server" function, return and display an error.
Tested: Verified I see this error if either field is empty.
Change-Id: I3da3353dad7cfb0f765d8a662412c3adb3fa4efd Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
5e01bbc7 | 02-Mar-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Have the "action" table cell flex
Let the action table cell flex to fit 2 buttons, "Activate" and "Delete". This happens on a "Ready" image.
Resolves openbmc/openbmc#2964
Tested: See both "Activat
Have the "action" table cell flex
Let the action table cell flex to fit 2 buttons, "Activate" and "Delete". This happens on a "Ready" image.
Resolves openbmc/openbmc#2964
Tested: See both "Activate" and "Delete" on a "Ready" image. Change-Id: I1a91ed83f2f99983795baea9f59bbc0dd4749c0e Signed-off-by: Gunnar Mills <gmills@us.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@ibm.com> |
d1633418 | 19-Sep-2017 |
Michael Davis <michael.s.davis@ibm.com> |
network settings modal template added
Change-Id: If4612da39126fbfbaaebc915c59b4404092f05e1 Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |
ec6bcd10 | 06-Sep-2017 |
Iftekharul Islam <iffy.ryan@ibm.com> |
Revisiting log status info in header with better styes
Change-Id: I0b2ee399243f0bc3e5ed44bc578a0d153486ed55 Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com> |
06054b6f | 25-Aug-2017 |
Michael Davis <michael.s.davis@ibm.com> |
moved code from index-controller to multi-server-controller
Change-Id: Id97de89d646bc0c980fd4f0849109047906383e1 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
Change-Id: I3f4
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 ...
|
75f94d93 | 08-Aug-2017 |
Michael Davis <michael.s.davis@ibm.com> |
fixed version dropdown bugs
Change-Id: Ia64dfd7ae7e1fb3081d0d5de680b9afa3cab669d Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |
2d289422 | 03-Aug-2017 |
Michael Davis <michael.s.davis@ibm.com> |
minor QA fixes to margins
Change-Id: If3730f75e796f8f48fd036234711efa23e23f794 Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |
c8a099e4 | 03-Aug-2017 |
Michael Davis <michael.s.davis@ibm.com> |
firmware: added new icons to match designs. minor fixes to button styling
Change-Id: If77d9119bc9335b5bd5e94ec1d201f6aa8969d0d Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |
7f89fad6 | 31-Jul-2017 |
Michael Davis <michael.s.davis@ibm.com> |
UI changes and fixes based on QA feedback
Change-Id: I13bae30e86330a8831d35f1d8a2f7da821324e37 Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |
b27188e8 | 27-Jul-2017 |
Michael Davis <michael.s.davis@ibm.com> |
bug fixes and copy changes based on user feedback
Change-Id: I2dd2cc6168d86676ab7ada9b389cb86cee9b3dae Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |
8af8d24f | 20-Jul-2017 |
Michael Davis <michael.s.davis@ibm.com> |
changing styles and html to match design changes
Change-Id: I2b5f24ca8421f5097c3733bc235e7cadf252d1fb Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |
c016139f | 14-Jun-2017 |
Iftekharul Islam <iislam@us.ibm.com> |
Implement firmware upload function
Change-Id: Ie89793ec9add1fc9e5241b422cfff64784f7b078 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com> |
9486f54a | 30-May-2017 |
Michael Davis <michael.s.davis@ibm.com> |
add firmware page
Change-Id: I3d9a2ec068e3542a848dada63a6bbebe9869bf2f Signed-off-by: Michael Davis <michael.s.davis@ibm.com> |