Merge "web: expand status panels only when the header is clicked"

This commit is contained in:
Zuul 2018-10-16 21:09:41 +00:00 committed by Gerrit Code Review
commit a77e5655c4
1 changed files with 3 additions and 2 deletions

View File

@ -282,8 +282,9 @@ class ChangePanel extends React.Component {
expand = expanded
}
const header = (
<div className='panel panel-default zuul-change' onClick={this.onClick}>
<div className='panel-heading zuul-patchset-header'>
<div className='panel panel-default zuul-change'>
<div className='panel-heading zuul-patchset-header'
onClick={this.onClick}>
<div className='row'>
<div className='col-xs-8'>
<span className='change_project'>{change.project}</span>