commit | a04d46f7cad356da22d794e994195e801f5998b7 | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Thu Oct 22 06:34:56 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Tue Oct 27 18:09:51 2020 +0000 |
tree | 9b4547d72d584f2a3a7befd263a9342591881bea | |
parent | 736f2a4b3c5569f3e2644525845245477e7ba2ff [diff] [blame] |
Fix table row alignment and table head border - Aligns content in table rows with expand and action buttons - Adds border to table head Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I403575bedc78d71ad05edcae2f59f7df994d3630
diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue b/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue index 76ef2b6..babb8d0 100644 --- a/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue +++ b/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
@@ -105,7 +105,8 @@ key: 'health', label: this.$t('pageHardwareStatus.table.health'), formatter: this.tableFormatter, - sortable: true + sortable: true, + tdClass: 'text-nowrap' }, { key: 'partNumber',