improved responsiveness of method item header
This commit is contained in:
parent
a750b57e3c
commit
f57ae5c660
|
@ -61,12 +61,14 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
<ul name="ccp_execution_list" class="ccp-execution-list list-group border border-2">
|
<ul name="ccp_execution_list" class="ccp-execution-list list-group border border-2">
|
||||||
<li class="ccp-method-item list-group-item list-group-item-dark">
|
<li class="ccp-method-item list-group-item list-group-item-dark">
|
||||||
<details name="level1">
|
<details name="level1">
|
||||||
<summary class="ccp-method-item-header noselect">
|
<summary class="ccp-method-item-header noselect d-flex flex-wrap justify-content-between">
|
||||||
<h5 class="text-primary d-inline mr-2"></h5>
|
<h5 class="text-primary d-inline mr-2"></h5>
|
||||||
|
<div>
|
||||||
<span name="failed" title="Failed executions" class="badge badge-danger float-right">Z</span>
|
<span name="failed" title="Failed executions" class="badge badge-danger float-right">Z</span>
|
||||||
<span name="successful" title="Successful executions"class="badge badge-success float-right mr-1">Y</span>
|
<span name="successful" title="Successful executions"class="badge badge-success float-right mr-1">Y</span>
|
||||||
<span name="running" title="Running executions"class="badge badge-primary float-right mr-1">Y</span>
|
<span name="running" title="Running executions"class="badge badge-primary float-right mr-1">Y</span>
|
||||||
<span name="accepted" title="Accepted executions" class="badge badge-secondary float-right mr-1">X</span>
|
<span name="accepted" title="Accepted executions" class="badge badge-secondary float-right mr-1">X</span>
|
||||||
|
</div>
|
||||||
</summary>
|
</summary>
|
||||||
<ul class="ccp-execution-list list-group" style="list-style:none">
|
<ul class="ccp-execution-list list-group" style="list-style:none">
|
||||||
<li class="ccp-execution-item list-group-item-secondary my-2 p-2" draggable="true">
|
<li class="ccp-execution-item list-group-item-secondary my-2 p-2" draggable="true">
|
||||||
|
|
Loading…
Reference in New Issue