diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2019-12-16 13:57:52 -0600 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-12-19 00:45:00 +0000 |
| commit | dda0b83ebe65f7dc90275a649245e85ba3e8b315 (patch) | |
| tree | 024e49db9941e1535c2d3386ab098421a01512f3 /app/access-control | |
| parent | 6765c07a2831434d7c5bb56a08a15c67adb0c3a2 (diff) | |
| download | phosphor-webui-dda0b83ebe65f7dc90275a649245e85ba3e8b315.tar.gz phosphor-webui-dda0b83ebe65f7dc90275a649245e85ba3e8b315.zip | |
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>
Diffstat (limited to 'app/access-control')
| -rw-r--r-- | app/access-control/directives/role-table.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/access-control/directives/role-table.js b/app/access-control/directives/role-table.js index d41f452..ec1aa40 100644 --- a/app/access-control/directives/role-table.js +++ b/app/access-control/directives/role-table.js @@ -53,7 +53,7 @@ window.angular && (function(angular) { }, {uiData: ['IPMI access point', check, check, check, '']}, {uiData: ['Redfish access point', check, check, check, '']}, - {uiData: ['SSH access point', check, check, check, '']}, + {uiData: ['SSH access point', check, '', '', '']}, {uiData: ['WebUI access point', check, check, check, '']}, ]; |

