tuned rendering
This commit is contained in:
parent
279010cdef
commit
e69800b5d0
|
@ -6,7 +6,7 @@
|
|||
</style>
|
||||
<template id="EXECUTION_FORM_TEMPLATE">
|
||||
<div class="ccp-execution-form" name="execution_form">
|
||||
<h5></h5>
|
||||
<h5 class="ccp-method-title"></h5>
|
||||
<p class="description font-italic font-weight-lighter"></p>
|
||||
<div name="plexiglass" class="ccp-invisible">
|
||||
<span name="status"></span>
|
||||
|
|
|
@ -158,7 +158,7 @@ class CCPExecutionForm extends HTMLElement{
|
|||
},
|
||||
recurse : [
|
||||
{
|
||||
target: "h3",
|
||||
target: ".ccp-method-title",
|
||||
apply : (e,d)=>e.textContent = d.title + " (v. " + d.version + ")"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue