[#369] fix showing chevrons
This commit is contained in:
parent
c5ea3d7c66
commit
d8d174a572
|
@ -3,13 +3,13 @@
|
|||
%accordion-group{ 'is-open' => '$parent.isOpenServerStatus' }
|
||||
%accordion-heading
|
||||
= t 'layout.build_lists.build_server_status.header'
|
||||
%i.pull-right.glyphicon{ 'ng-class' => "{'glyphicon-chevron-down': isOpenServerStatus, 'glyphicon-chevron-right': !isOpenServerStatus}" }
|
||||
%span.pull-right.fa{ 'ng-class' => "{'fa-chevron-down': isOpenServerStatus, 'fa-chevron-up': !isOpenServerStatus}" }
|
||||
= render 'server_status'
|
||||
|
||||
%accordion-group{ 'is-open' => '$parent.isOpenFilters' }
|
||||
%accordion-heading
|
||||
= t 'layout.build_lists.filters'
|
||||
%i.pull-right.glyphicon{ 'ng-class' => "{'glyphicon-chevron-down': isOpenFilters, 'glyphicon-chevron-right': !isOpenFilters}" }
|
||||
%span.pull-right.fa{ 'ng-class' => "{'fa-chevron-down': isOpenFilters, 'fa-chevron-up': !isOpenFilters}" }
|
||||
= form_for :filter, html: { class: :form, id: 'monitoring_filter' },
|
||||
authenticity_token: false do |f|
|
||||
.row
|
||||
|
|
Loading…
Reference in New Issue