History log of /openbmc/phosphor-webui/app/access-control/ (Results 1 – 16 of 16)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
339db9a422-Feb-2021 Patrick Williams <patrick@stwcx.xyz>

clang-format-11: reformat

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I74d01806faf1884b8077c6c5c841ef194ff0b021


/openbmc/phosphor-webui/README.md
controllers/user-controller.js
/openbmc/phosphor-webui/app/assets/icons/icon-avatar.svg
/openbmc/phosphor-webui/app/assets/icons/icon-config.svg
/openbmc/phosphor-webui/app/assets/icons/icon-control.svg
/openbmc/phosphor-webui/app/assets/icons/icon-health.svg
/openbmc/phosphor-webui/app/assets/icons/icon-overview.svg
/openbmc/phosphor-webui/app/assets/icons/icon-user.svg
/openbmc/phosphor-webui/app/common/directives/app-header.html
/openbmc/phosphor-webui/app/common/directives/app-header.js
/openbmc/phosphor-webui/app/common/directives/app-navigation.html
/openbmc/phosphor-webui/app/common/directives/app-navigation.js
/openbmc/phosphor-webui/app/common/directives/serial-console.js
/openbmc/phosphor-webui/app/common/services/api-utils.js
/openbmc/phosphor-webui/app/common/services/constants.js
/openbmc/phosphor-webui/app/common/services/dataService.js
/openbmc/phosphor-webui/app/common/services/toastService.js
/openbmc/phosphor-webui/app/common/styles/base/forms.scss
/openbmc/phosphor-webui/app/common/styles/directives/app-navigation.scss
/openbmc/phosphor-webui/app/common/styles/directives/dropdown.scss
/openbmc/phosphor-webui/app/common/styles/directives/index.scss
/openbmc/phosphor-webui/app/common/styles/layout/content.scss
/openbmc/phosphor-webui/app/common/styles/layout/header.scss
/openbmc/phosphor-webui/app/index.js
/openbmc/phosphor-webui/app/login/controllers/login-controller.js
/openbmc/phosphor-webui/app/overview/controllers/system-overview-controller.html
/openbmc/phosphor-webui/app/profile-settings/controllers/profile-settings-controller.html
/openbmc/phosphor-webui/app/profile-settings/controllers/profile-settings-controller.js
/openbmc/phosphor-webui/app/profile-settings/index.js
/openbmc/phosphor-webui/app/server-control/controllers/power-operations-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/virtual-media-controller.js
/openbmc/phosphor-webui/app/server-control/directives/kvm-console.js
/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.html
/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.js
/openbmc/phosphor-webui/format-code.sh
/openbmc/phosphor-webui/package-lock.json
/openbmc/phosphor-webui/package.json
/openbmc/phosphor-webui/webpack.config.js
dda0b83e16-Dec-2019 Gunnar Mills <gmills@us.ibm.com>

Users: Role Table: Update ssh

https://github.com/openbmc/openbmc/commit/19e81d3f3b731681a57bb5ef9681d33cc291bde8
restricts SSH authentication to only admin role users.

Updated the table.

Tested: L

Users: Role Table: Update ssh

https://github.com/openbmc/openbmc/commit/19e81d3f3b731681a57bb5ef9681d33cc291bde8
restricts SSH authentication to only admin role users.

Updated the table.

Tested: Loaded on a Witherspoon
Change-Id: Ice5c93dc6dc4aa937de2c3fb9072c2f81719325c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

6765c07a16-Dec-2019 Gunnar Mills <gmills@us.ibm.com>

Users: Update Callback/NoAccess Role

https://github.com/openbmc/bmcweb/commit/e9e6d240ab85e515f8d264e39b47a75043b73374
added a new user role, NoAccess.

https://github.com/openbmc/bmcweb/commit/cb3e

Users: Update Callback/NoAccess Role

https://github.com/openbmc/bmcweb/commit/e9e6d240ab85e515f8d264e39b47a75043b73374
added a new user role, NoAccess.

https://github.com/openbmc/bmcweb/commit/cb3e11fadd77b04f5b26aefbde18411625e5e304
removed Callback.

This "NoAccess" role can not ssh, access Redfish, the D-Bus API, or
IPMI.

Tested: Loaded on a witherspoon.
Change-Id: I4f870fdefb5342344fd442876d671a59864bbf34
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

b42b93d803-Dec-2019 Derick Montague <derick.montague@ibm.com>

Fix LDAP request resulting in 400 response

- Remove all references to the AuthenticationType property since our
request is a PATCH and we are not changing the value.

Resolves: https://github.com/op

Fix LDAP request resulting in 400 response

- Remove all references to the AuthenticationType property since our
request is a PATCH and we are not changing the value.

Resolves: https://github.com/openbmc/phosphor-webui/issues/102

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I911ac41bf61250847e4c308f09df8fd59dd27fa7

show more ...

ca7e093b28-Nov-2019 Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>

Sorting certificate table

So far the certificate table was not sorted and it happen that having
multiple certificates they appear on different table position after
machine restart.
That is because t

Sorting certificate table

So far the certificate table was not sorted and it happen that having
multiple certificates they appear on different table position after
machine restart.
That is because the Redfish was used to get the list of certificates
and it does not guarantee any order of elements in returned
collections.

After merging this commit certificates will be always sorted by:
type, issuer name and then by date.

Tested:
Manual tests were made to cofirm that certificates are properly sorted.

Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: Ie8e63d598cd04e2396ed09244a69284e49566f8d

show more ...

5fcee5ab19-Nov-2019 Dixsie Wolmers <dixsiew@gmail.com>

Add file upload component

Created reusuable file upload component to be used on updated firmware page.
Component can:
-Upload file
-Display status icon
-Clear upload field

Made minor style change t

Add file upload component

Created reusuable file upload component to be used on updated firmware page.
Component can:
-Upload file
-Display status icon
-Clear upload field

Made minor style change to file upload on certificate management.

Tested in GUI.

Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>
Change-Id: I09bf56eee4d670681ea5e95c1807f8177c0e4c08

show more ...

f5e9de0312-Nov-2019 Derick Montague <derick.montague@ibm.com>

Send password when saving LDAP settings

- Add password to the createLdapEnableRequest Authentication object to
be sent with the LDAP payload
- Add a Password to scoped ldapProperties object

Sign

Send password when saving LDAP settings

- Add password to the createLdapEnableRequest Authentication object to
be sent with the LDAP payload
- Add a Password to scoped ldapProperties object

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I63a880548bc3d9d61c4b73719457ce19222aa354

show more ...

f70f425523-Oct-2019 Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>

Certificate delete API – frontend

With introducing option to add multiple certificates there is a need to give
user a possibility to remove selected certificates, for example when they
expire.
This

Certificate delete API – frontend

With introducing option to add multiple certificates there is a need to give
user a possibility to remove selected certificates, for example when they
expire.
This commit adds implementation of DELETE function to GUI.
A new icon will appear in action section on certificate table.
The delete icon will be enabled only for TrustStore certificates and disabled
for others which does not have support for delete option.
When user clicks on the delete icon then ‘user prompt’ is displayed and after
confirmation, proper redfish action is used to delete the certificate.

Middlewere implementation is here:
https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/25281

Backend implementation is here:
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-certificate-manager/+/25268

Tested on Chrome and Mozilla.
New icon appears in action section.
The delete option is available only for TrustStore certificates.
User is able to delete selected certificate.

Depends-On: I9781c5c79288ec5d080e80e42c63a55e471ddb77
Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: I68c5f54767d6982ae3cb00830b3a1b4f5e237bea

show more ...

d11b927721-Oct-2019 Gunnar Mills <gmills@us.ibm.com>

Rename "User" role "ReadOnly"

https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/26156
is renaming the User role ReadOnly. Update the Roles table.

26156 needs to merge first.

Tested: Loaded on

Rename "User" role "ReadOnly"

https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/26156
is renaming the User role ReadOnly. Update the Roles table.

26156 needs to merge first.

Tested: Loaded on a Witherspoon.
Change-Id: I948a6287d2c447072d5c34595589387e127d59ac
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

c15f66b011-Sep-2019 Dixsie Wolmers <dixsiew@gmail.com>

Update certificate management page consistency

This change applies global styles to improve
page layout consistency and modal management

- Adds page and section styles
- Removes unused styles
- Cre

Update certificate management page consistency

This change applies global styles to improve
page layout consistency and modal management

- Adds page and section styles
- Removes unused styles
- Creates individual html files for modals
- Updates certificate modals to bootstrap modal
- Updates global styles for input file field in file-upload.scss

TODO:
- Update certificate table with table component in separate commit
- Update CSR modal to use global form-field styles in separate commit

Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>
Change-Id: I9b800cb684740da1a9168294433e726efb0f9d0e

show more ...

7bdb91d424-Sep-2019 Derick Montague <derick.montague@ibm.com>

Fix LDAP service update error

When a service is enabled, it must be disabled prior
to changing the service type, e.g change from OpenLDAP
to ActiveDirectory.

- Add check to determine if a service i

Fix LDAP service update error

When a service is enabled, it must be disabled prior
to changing the service type, e.g change from OpenLDAP
to ActiveDirectory.

- Add check to determine if a service is already enabled
- Make two calls if service is already enabled. First to
disable existing service. Second to enable updated
service
- Remove toast message for ssl check and replace with
error message which also keeps submit button disabled
if the regex pattern is not met

Tested:
- Edge
- Safari
- Firefox
- Chrome
- IE 11

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I195eeb7d1cd3621681c18f4dd9aa4414eb079c09

show more ...

bb3714ef18-Jul-2019 Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>

Enabling multiple TrustStore Certificates uploading.

The TrustStore should be used to hold TLS certificates, but current
TrustStore implementation does not support multiple certificates.
This GUI ch

Enabling multiple TrustStore Certificates uploading.

The TrustStore should be used to hold TLS certificates, but current
TrustStore implementation does not support multiple certificates.
This GUI change should allow users to add more than one certificate
to TrustStore managed by OpenBMC.

Tested: GUI tests were done on Chromium v74.0.3729 browser.
It is possible to add multiple TrustStore Certificate
and only single LDAP and HTTPs certificates.

Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: Ia7c8400d039e980ad3d1c2cfd25aa7e29699d683
Depends-On: Icd33723c1fc2580679aaaf54b3e99dfb09342402

show more ...

4b366b5a24-Sep-2019 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Clean up icons

Clean up duplicate svg icons from assets directory.
Created a statusIcon component to dynamically render
status icons instead of using background-image in
scss files.

- Moved/removed

Clean up icons

Clean up duplicate svg icons from assets directory.
Created a statusIcon component to dynamically render
status icons instead of using background-image in
scss files.

- Moved/removed on, off, critical, warning svg icons from
assets directory
- Updated background-image status icons to use <icon>
or <status-icon> directive

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: Ic0f06d78b0861d6f60d40b2dcc0b80fd6dad2a88

show more ...

ea4968c026-Sep-2019 Gunnar Mills <gmills@us.ibm.com>

Update Callback role privileges

The "Callback" role currently is an IPMI access point, can ssh
to the BMC, and is a Readonly user in Redfish and the WebUI.

Added a TODO to revisit this.

See:
https

Update Callback role privileges

The "Callback" role currently is an IPMI access point, can ssh
to the BMC, and is a Readonly user in Redfish and the WebUI.

Added a TODO to revisit this.

See:
https://github.com/openbmc/bmcweb/commit/88e097c4cfa1172504d802e9f6b327f095f2748e

Tested: Loaded on a Witherspoon. Now see checkmarks for Callback
in the following rows: Log in to the service and read
resources, IPMI access point, Redfish access point, SSH
access point, and WebUI access point.

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

show more ...

28e9ed8b11-Jul-2019 Dixsie Wolmers <dixsiew@gmail.com>

Improve LDAP accessibility

-Fixes accessibility issues for table sort buttons,
fieldset legend, checkboxes and radio buttons
-Fixes tabbing to checkboxes
-Stops tabbing to disabled sort buttons by a

Improve LDAP accessibility

-Fixes accessibility issues for table sort buttons,
fieldset legend, checkboxes and radio buttons
-Fixes tabbing to checkboxes
-Stops tabbing to disabled sort buttons by adding ng-disabled
-Removes aria-hidden from modals

Tested: Verified no violations using DAP tool.

Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I9ad240d5ed151a362c0000fdab3ebf1f2997b226

show more ...

afc8a79917-Jun-2019 miramurali23 <miramurali23@gmail.com>

Update users navigation section

- Changed the section name to be access-control
- Moved LDAP Settings and Certificate Management to access-control navigation
- Changed Manage User Account subsection

Update users navigation section

- Changed the section name to be access-control
- Moved LDAP Settings and Certificate Management to access-control navigation
- Changed Manage User Account subsection name to Local User Management

Resolves: openbmc/phosphor-webui#619

Signed-off-by: Mira Murali <miramurali23@gmail.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I0d94c80c295b997d94c04330fd87f4fc4d229bf8

show more ...


/openbmc/phosphor-webui/.clang-format
/openbmc/phosphor-webui/.gitignore
/openbmc/phosphor-webui/LICENSE
/openbmc/phosphor-webui/MAINTAINERS
/openbmc/phosphor-webui/README.md
/openbmc/phosphor-webui/app/403.html
controllers/certificate-controller.html
controllers/certificate-controller.js
controllers/ldap-controller.html
controllers/ldap-controller.js
controllers/user-accounts-modal-remove.html
controllers/user-accounts-modal-settings.html
controllers/user-accounts-modal-user.html
controllers/user-controller.html
controllers/user-controller.js
directives/role-table.html
directives/role-table.js
directives/username-validator.js
index.js
styles/certificate.scss
styles/index.scss
styles/ldap.scss
styles/user-accounts.scss
/openbmc/phosphor-webui/app/assets/icons/icon-arrow--down.svg
/openbmc/phosphor-webui/app/assets/icons/icon-arrow--up.svg
/openbmc/phosphor-webui/app/assets/icons/icon-check.svg
/openbmc/phosphor-webui/app/assets/icons/icon-chevron-right.svg
/openbmc/phosphor-webui/app/assets/icons/icon-close.svg
/openbmc/phosphor-webui/app/assets/icons/icon-config.svg
/openbmc/phosphor-webui/app/assets/icons/icon-control.svg
/openbmc/phosphor-webui/app/assets/icons/icon-copy.svg
/openbmc/phosphor-webui/app/assets/icons/icon-critical.svg
/openbmc/phosphor-webui/app/assets/icons/icon-edit.svg
/openbmc/phosphor-webui/app/assets/icons/icon-export.svg
/openbmc/phosphor-webui/app/assets/icons/icon-health.svg
/openbmc/phosphor-webui/app/assets/icons/icon-information.svg
/openbmc/phosphor-webui/app/assets/icons/icon-key.svg
/openbmc/phosphor-webui/app/assets/icons/icon-launch.svg
/openbmc/phosphor-webui/app/assets/icons/icon-more.svg
/openbmc/phosphor-webui/app/assets/icons/icon-overview.svg
/openbmc/phosphor-webui/app/assets/icons/icon-pending.svg
/openbmc/phosphor-webui/app/assets/icons/icon-plus.svg
/openbmc/phosphor-webui/app/assets/icons/icon-power.svg
/openbmc/phosphor-webui/app/assets/icons/icon-replace.svg
/openbmc/phosphor-webui/app/assets/icons/icon-restart.svg
/openbmc/phosphor-webui/app/assets/icons/icon-return.svg
/openbmc/phosphor-webui/app/assets/icons/icon-trashcan.svg
/openbmc/phosphor-webui/app/assets/icons/icon-user.svg
/openbmc/phosphor-webui/app/assets/icons/icon-visibility-off.svg
/openbmc/phosphor-webui/app/assets/icons/icon-visibility-on.svg
/openbmc/phosphor-webui/app/assets/icons/icon-warning.svg
/openbmc/phosphor-webui/app/assets/images/DMTF_Redfish_logo_2017.svg
/openbmc/phosphor-webui/app/assets/images/favicon.ico
/openbmc/phosphor-webui/app/assets/images/icon-arrow-blue.svg
/openbmc/phosphor-webui/app/assets/images/icon-arrow-gray.svg
/openbmc/phosphor-webui/app/assets/images/icon-caret-down-disabled.svg
/openbmc/phosphor-webui/app/assets/images/icon-caret-down.svg
/openbmc/phosphor-webui/app/assets/images/icon-critical.svg
/openbmc/phosphor-webui/app/assets/images/icon-off.svg
/openbmc/phosphor-webui/app/assets/images/icon-on.svg
/openbmc/phosphor-webui/app/assets/images/icon-search.svg
/openbmc/phosphor-webui/app/assets/images/icon-warning.svg
/openbmc/phosphor-webui/app/assets/images/logo.svg
/openbmc/phosphor-webui/app/assets/images/openBMC.png
/openbmc/phosphor-webui/app/common/components/index.js
/openbmc/phosphor-webui/app/common/components/table/table-actions.js
/openbmc/phosphor-webui/app/common/components/table/table-checkbox.js
/openbmc/phosphor-webui/app/common/components/table/table-toolbar.js
/openbmc/phosphor-webui/app/common/components/table/table.html
/openbmc/phosphor-webui/app/common/components/table/table.js
/openbmc/phosphor-webui/app/common/directives/app-header.html
/openbmc/phosphor-webui/app/common/directives/app-header.js
/openbmc/phosphor-webui/app/common/directives/app-navigation.html
/openbmc/phosphor-webui/app/common/directives/app-navigation.js
/openbmc/phosphor-webui/app/common/directives/certificate.html
/openbmc/phosphor-webui/app/common/directives/certificate.js
/openbmc/phosphor-webui/app/common/directives/click-outside.js
/openbmc/phosphor-webui/app/common/directives/confirm.html
/openbmc/phosphor-webui/app/common/directives/confirm.js
/openbmc/phosphor-webui/app/common/directives/dirPagination.js
/openbmc/phosphor-webui/app/common/directives/dirPagination.tpl.html
/openbmc/phosphor-webui/app/common/directives/file.js
/openbmc/phosphor-webui/app/common/directives/firmware-list.html
/openbmc/phosphor-webui/app/common/directives/firmware-list.js
/openbmc/phosphor-webui/app/common/directives/form-input-error.js
/openbmc/phosphor-webui/app/common/directives/icon-provider.js
/openbmc/phosphor-webui/app/common/directives/index.js
/openbmc/phosphor-webui/app/common/directives/input.js
/openbmc/phosphor-webui/app/common/directives/ldap-user-roles.html
/openbmc/phosphor-webui/app/common/directives/ldap-user-roles.js
/openbmc/phosphor-webui/app/common/directives/loader.html
/openbmc/phosphor-webui/app/common/directives/loader.js
/openbmc/phosphor-webui/app/common/directives/log-event.html
/openbmc/phosphor-webui/app/common/directives/log-event.js
/openbmc/phosphor-webui/app/common/directives/log-filter.html
/openbmc/phosphor-webui/app/common/directives/log-filter.js
/openbmc/phosphor-webui/app/common/directives/log-search-control.html
/openbmc/phosphor-webui/app/common/directives/log-search-control.js
/openbmc/phosphor-webui/app/common/directives/paginate.html
/openbmc/phosphor-webui/app/common/directives/paginate.js
/openbmc/phosphor-webui/app/common/directives/password-confirmation.js
/openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/password-visibility-toggle.js
/openbmc/phosphor-webui/app/common/directives/serial-console.html
/openbmc/phosphor-webui/app/common/directives/serial-console.js
/openbmc/phosphor-webui/app/common/directives/syslog-filter.html
/openbmc/phosphor-webui/app/common/directives/syslog-filter.js
/openbmc/phosphor-webui/app/common/directives/toggle-flag.js
/openbmc/phosphor-webui/app/common/directives/vt100plus.js
/openbmc/phosphor-webui/app/common/filters/index.js
/openbmc/phosphor-webui/app/common/services/api-utils.js
/openbmc/phosphor-webui/app/common/services/apiInterceptor.js
/openbmc/phosphor-webui/app/common/services/constants.js
/openbmc/phosphor-webui/app/common/services/dataService.js
/openbmc/phosphor-webui/app/common/services/index.js
/openbmc/phosphor-webui/app/common/services/nbdServerService.js
/openbmc/phosphor-webui/app/common/services/toastService.js
/openbmc/phosphor-webui/app/common/services/userModel.js
/openbmc/phosphor-webui/app/common/styles/base/buttons.scss
/openbmc/phosphor-webui/app/common/styles/base/colors.scss
/openbmc/phosphor-webui/app/common/styles/base/core.scss
/openbmc/phosphor-webui/app/common/styles/base/forms.scss
/openbmc/phosphor-webui/app/common/styles/base/foundation.scss
/openbmc/phosphor-webui/app/common/styles/base/icons.scss
/openbmc/phosphor-webui/app/common/styles/base/index.scss
/openbmc/phosphor-webui/app/common/styles/base/mixins.scss
/openbmc/phosphor-webui/app/common/styles/base/typography.scss
/openbmc/phosphor-webui/app/common/styles/base/utility.scss
/openbmc/phosphor-webui/app/common/styles/base/variables.scss
/openbmc/phosphor-webui/app/common/styles/components/form-elements.scss
/openbmc/phosphor-webui/app/common/styles/components/index.scss
/openbmc/phosphor-webui/app/common/styles/components/table.scss
/openbmc/phosphor-webui/app/common/styles/directives/app-navigation.scss
/openbmc/phosphor-webui/app/common/styles/directives/index.scss
/openbmc/phosphor-webui/app/common/styles/elements/accordion.scss
/openbmc/phosphor-webui/app/common/styles/elements/alerts.scss
/openbmc/phosphor-webui/app/common/styles/elements/content-search.scss
/openbmc/phosphor-webui/app/common/styles/elements/index.scss
/openbmc/phosphor-webui/app/common/styles/elements/inline-confirm.scss
/openbmc/phosphor-webui/app/common/styles/elements/input-file.scss
/openbmc/phosphor-webui/app/common/styles/elements/loader.scss
/openbmc/phosphor-webui/app/common/styles/elements/modals.scss
/openbmc/phosphor-webui/app/common/styles/elements/paginate.scss
/openbmc/phosphor-webui/app/common/styles/elements/quicklinks.scss
/openbmc/phosphor-webui/app/common/styles/elements/status.scss
/openbmc/phosphor-webui/app/common/styles/elements/toast.scss
/openbmc/phosphor-webui/app/common/styles/elements/toggle-filter.scss
/openbmc/phosphor-webui/app/common/styles/elements/toggle-switch.scss
/openbmc/phosphor-webui/app/common/styles/index.scss
/openbmc/phosphor-webui/app/common/styles/layout/content.scss
/openbmc/phosphor-webui/app/common/styles/layout/header.scss
/openbmc/phosphor-webui/app/common/styles/layout/index.scss
/openbmc/phosphor-webui/app/common/styles/layout/list.scss
/openbmc/phosphor-webui/app/common/styles/layout/page.scss
/openbmc/phosphor-webui/app/common/styles/layout/section.scss
/openbmc/phosphor-webui/app/configuration/controllers/date-time-controller.html
/openbmc/phosphor-webui/app/configuration/controllers/date-time-controller.js
/openbmc/phosphor-webui/app/configuration/controllers/firmware-controller.html
/openbmc/phosphor-webui/app/configuration/controllers/firmware-controller.js
/openbmc/phosphor-webui/app/configuration/controllers/network-controller.html
/openbmc/phosphor-webui/app/configuration/controllers/network-controller.js
/openbmc/phosphor-webui/app/configuration/controllers/snmp-controller.html
/openbmc/phosphor-webui/app/configuration/controllers/snmp-controller.js
/openbmc/phosphor-webui/app/configuration/index.js
/openbmc/phosphor-webui/app/configuration/styles/date-time.scss
/openbmc/phosphor-webui/app/configuration/styles/firmware.scss
/openbmc/phosphor-webui/app/configuration/styles/index.scss
/openbmc/phosphor-webui/app/configuration/styles/network.scss
/openbmc/phosphor-webui/app/configuration/styles/snmp.scss
/openbmc/phosphor-webui/app/index.html
/openbmc/phosphor-webui/app/index.js
/openbmc/phosphor-webui/app/login/controllers/login-controller.html
/openbmc/phosphor-webui/app/login/controllers/login-controller.js
/openbmc/phosphor-webui/app/login/index.js
/openbmc/phosphor-webui/app/login/styles/index.scss
/openbmc/phosphor-webui/app/overview/controllers/system-overview-controller.html
/openbmc/phosphor-webui/app/overview/controllers/system-overview-controller.js
/openbmc/phosphor-webui/app/overview/index.js
/openbmc/phosphor-webui/app/overview/styles/index.scss
/openbmc/phosphor-webui/app/overview/styles/system-overview.scss
/openbmc/phosphor-webui/app/redfish/controllers/redfish-controller.html
/openbmc/phosphor-webui/app/redfish/controllers/redfish-controller.js
/openbmc/phosphor-webui/app/redfish/index.js
/openbmc/phosphor-webui/app/redfish/styles/index.scss
/openbmc/phosphor-webui/app/server-control/controllers/bmc-reboot-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/bmc-reboot-controller.js
/openbmc/phosphor-webui/app/server-control/controllers/kvm-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/kvm-controller.js
/openbmc/phosphor-webui/app/server-control/controllers/power-operations-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/power-operations-controller.js
/openbmc/phosphor-webui/app/server-control/controllers/power-operations-modal.html
/openbmc/phosphor-webui/app/server-control/controllers/power-usage-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/power-usage-controller.js
/openbmc/phosphor-webui/app/server-control/controllers/remote-console-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/remote-console-window-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/remote-console-window-controller.js
/openbmc/phosphor-webui/app/server-control/controllers/server-led-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/server-led-controller.js
/openbmc/phosphor-webui/app/server-control/controllers/virtual-media-controller.html
/openbmc/phosphor-webui/app/server-control/controllers/virtual-media-controller.js
/openbmc/phosphor-webui/app/server-control/index.js
/openbmc/phosphor-webui/app/server-control/styles/bmc-reboot.scss
/openbmc/phosphor-webui/app/server-control/styles/index.scss
/openbmc/phosphor-webui/app/server-control/styles/kvm.scss
/openbmc/phosphor-webui/app/server-control/styles/power-operations.scss
/openbmc/phosphor-webui/app/server-control/styles/remote-console.scss
/openbmc/phosphor-webui/app/server-control/styles/server-led.scss
/openbmc/phosphor-webui/app/server-control/styles/virtual-media.scss
/openbmc/phosphor-webui/app/server-health/controllers/inventory-overview-controller.html
/openbmc/phosphor-webui/app/server-health/controllers/inventory-overview-controller.js
/openbmc/phosphor-webui/app/server-health/controllers/log-controller.html
/openbmc/phosphor-webui/app/server-health/controllers/log-controller.js
/openbmc/phosphor-webui/app/server-health/controllers/sensors-overview-controller.html
/openbmc/phosphor-webui/app/server-health/controllers/sensors-overview-controller.js
/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.html
/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.js
/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server-modal.html
/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server.html
/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server.js
/openbmc/phosphor-webui/app/server-health/index.js
/openbmc/phosphor-webui/app/server-health/styles/index.scss
/openbmc/phosphor-webui/app/server-health/styles/inventory.scss
/openbmc/phosphor-webui/app/server-health/styles/log.scss
/openbmc/phosphor-webui/app/server-health/styles/sensors.scss
/openbmc/phosphor-webui/app/server-health/styles/syslog.scss
/openbmc/phosphor-webui/app/styles/index.scss
/openbmc/phosphor-webui/config.json
/openbmc/phosphor-webui/format-code.sh
/openbmc/phosphor-webui/karma.conf.js
/openbmc/phosphor-webui/package-lock.json
/openbmc/phosphor-webui/package.json
/openbmc/phosphor-webui/postcss.config.js
/openbmc/phosphor-webui/sonar-project.properties
/openbmc/phosphor-webui/webpack.config.js