tuned rendering

This commit is contained in:
dcore94 2022-05-05 16:51:47 +02:00
parent 279010cdef
commit e69800b5d0
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 + ")"
},
{